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

No need to specify the cell_split_size if we use the default value.

parent aa97dbed
Branches
Tags
No related merge requests found
......@@ -12,9 +12,6 @@ TimeIntegration:
time_end: 1e-2 # The end time of the simulation (in internal units).
dt_min: 1e-10 # The minimal time-step size of the simulation (in internal units).
dt_max: 1e-4 # The maximal time-step size of the simulation (in internal units).
Scheduler:
cell_split_size: 400
# Parameters governing the snapshots
Snapshots:
......
......@@ -464,7 +464,7 @@ void runner_do_sort(struct runner *r, struct cell *c, int flags, int cleanup,
if (c->sorted == 0) {
#ifdef SWIFT_DEBUG_CHECKS
if (xparts != NULL && c->nodeID != engine_rank)
error("Have non-NULL xparts in foreign cell");
error("Have non-NULL xparts in foreign cell");
#endif
/* And the individual sort distances if we are a local cell */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment