Skip to content
Snippets Groups Projects

Format

Merged Loic Hausammann requested to merge format into master
3 files
+ 10
8
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -3903,7 +3903,7 @@ int cell_unskip_stars_tasks(struct cell *c, struct scheduler *s,
if (c->kick2 != NULL) scheduler_activate(s, c->kick2);
if (c->timestep != NULL) scheduler_activate(s, c->timestep);
#ifdef WITH_LOGGER
if (c->logger != NULL) scheduler_activate(s, c->logger);
if (c->logger != NULL) scheduler_activate(s, c->logger);
#endif
}
}
Loading