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

hide debug messagest

parent 26b0ffae
No related branches found
No related tags found
No related merge requests found
Pipeline #47101 failed
...@@ -182,7 +182,7 @@ public: ...@@ -182,7 +182,7 @@ public:
} }
} }
} }
DEBUG_MSG("exiting apply_computation\n"); //DEBUG_MSG("exiting apply_computation\n");
} }
template <int size_particle_rhs> template <int size_particle_rhs>
......
...@@ -271,7 +271,7 @@ public: ...@@ -271,7 +271,7 @@ public:
void redistribute() final { void redistribute() final {
TIMEZONE("particles_system::redistribute"); TIMEZONE("particles_system::redistribute");
DEBUG_MSG("step index is %d\n", step_idx); //DEBUG_MSG("step index is %d\n", step_idx);
particles_distr.template redistribute<computer_class, size_particle_positions, size_particle_rhs, 1>( particles_distr.template redistribute<computer_class, size_particle_positions, size_particle_rhs, 1>(
computer, computer,
current_my_nb_particles_per_partition.get(), current_my_nb_particles_per_partition.get(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment