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

remove debug messages

parent 07a0d81e
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -84,7 +84,6 @@ int NSVEparticles<rnumber>::do_stats() ...@@ -84,7 +84,6 @@ int NSVEparticles<rnumber>::do_stats()
"tracers0", // hdf5 parent group "tracers0", // hdf5 parent group
"velocity" // dataset basename TODO "velocity" // dataset basename TODO
); );
DEBUG_MSG("hello after sampling velocity\n");
/// compute acceleration and sample it /// compute acceleration and sample it
this->fs->compute_Lagrangian_acceleration(this->tmp_vec_field); this->fs->compute_Lagrangian_acceleration(this->tmp_vec_field);
...@@ -94,7 +93,6 @@ int NSVEparticles<rnumber>::do_stats() ...@@ -94,7 +93,6 @@ int NSVEparticles<rnumber>::do_stats()
(this->simname + "_particles.h5"), (this->simname + "_particles.h5"),
"tracers0", "tracers0",
"acceleration"); "acceleration");
DEBUG_MSG("hello after sampling acceleration\n");
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment