diff --git a/bfps/cpp/full_code/NSVEparticles.cpp b/bfps/cpp/full_code/NSVEparticles.cpp index cb9d17dace6536e21f2b008c15481b092ff892da..ba84b3943d579965836f05af2447722e273f2dc3 100644 --- a/bfps/cpp/full_code/NSVEparticles.cpp +++ b/bfps/cpp/full_code/NSVEparticles.cpp @@ -84,7 +84,6 @@ int NSVEparticles<rnumber>::do_stats() "tracers0", // hdf5 parent group "velocity" // dataset basename TODO ); - DEBUG_MSG("hello after sampling velocity\n"); /// compute acceleration and sample it this->fs->compute_Lagrangian_acceleration(this->tmp_vec_field); @@ -94,7 +93,6 @@ int NSVEparticles<rnumber>::do_stats() (this->simname + "_particles.h5"), "tracers0", "acceleration"); - DEBUG_MSG("hello after sampling acceleration\n"); return EXIT_SUCCESS; }