Skip to content
Snippets Groups Projects
Commit f7109d38 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

turn off some debug messages

parent c53dbb2e
Branches
Tags
1 merge request!23WIP: Feature/use cmake
Pipeline #37008 passed
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
**********************************************************************/ **********************************************************************/
#define NDEBUG
#include <sys/stat.h> #include <sys/stat.h>
#include <cmath> #include <cmath>
#include <cstdlib> #include <cstdlib>
......
...@@ -23,10 +23,15 @@ ...@@ -23,10 +23,15 @@
**********************************************************************/ **********************************************************************/
#define NDEBUG
#include <cassert> #include <cassert>
#include "field_layout.hpp" #include "field_layout.hpp"
#include "scope_timer.hpp" #include "scope_timer.hpp"
template <field_components fc> template <field_components fc>
field_layout<fc>::field_layout( field_layout<fc>::field_layout(
const hsize_t *SIZES, const hsize_t *SIZES,
......
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
**********************************************************************/ **********************************************************************/
#define NDEBUG
#include <cmath> #include <cmath>
#include <cstdlib> #include <cstdlib>
#include <algorithm> #include <algorithm>
...@@ -31,6 +34,8 @@ ...@@ -31,6 +34,8 @@
#include "scope_timer.hpp" #include "scope_timer.hpp"
#include "shared_array.hpp" #include "shared_array.hpp"
template <field_backend be, template <field_backend be,
kspace_dealias_type dt> kspace_dealias_type dt>
template <field_components fc> template <field_components fc>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment