Skip to content
Snippets Groups Projects
Commit 068c4a74 authored by Matthieu Schaller's avatar Matthieu Schaller Committed by Matthieu Schaller
Browse files

Removed debugging message in the gravity task construction loop.

parent 17aa10a8
No related branches found
No related tags found
1 merge request!673Reduce the number of proxies constructed in the case with gravity
......@@ -807,8 +807,6 @@ void engine_make_self_gravity_tasks_mapper(void *map_data, int num_elements,
scheduler_addtask(sched, task_type_self, task_subtype_grav, 0, 0, ci,
NULL);
message("delta_m=%d delta_p=%d", delta_m, delta_p);
#ifdef SWIFT_DEBUG_CHECKS
if (cell_getid(cdim, i, j, k) != cid)
error("Incorrect calculation of indices (i,j,k)=(%d,%d,%d) cid=%d", i, j,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment