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

add debug messages

parent 7ef37c9d
No related branches found
No related tags found
No related merge requests found
Pipeline #45718 failed
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#define NDEBUG //#define NDEBUG
#include <string> #include <string>
#include <cmath> #include <cmath>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#define NDEBUG //#define NDEBUG
#include <string> #include <string>
#include <cmath> #include <cmath>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#define NDEBUG //#define NDEBUG
#include "code_base.hpp" #include "code_base.hpp"
#include "scope_timer.hpp" #include "scope_timer.hpp"
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#define NDEBUG //#define NDEBUG
#include <cstdlib> #include <cstdlib>
#include <sys/types.h> #include <sys/types.h>
......
...@@ -182,6 +182,7 @@ public: ...@@ -182,6 +182,7 @@ public:
} }
} }
} }
DEBUG_MSG("exiting apply_computation\n");
} }
template <int size_particle_rhs> template <int size_particle_rhs>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment