Skip to content
Snippets Groups Projects
Commit e8ae27ef authored by lhausamm's avatar lhausamm Committed by Loic Hausammann
Browse files

logger writes all particles at begining

parent 2cb703b9
No related branches found
No related tags found
1 merge request!502Logger
......@@ -1008,6 +1008,8 @@ int main(int argc, char *argv[]) {
/* Write the state of the system before starting time integration. */
#ifdef WITH_LOGGER
logger_ensure_size(e.log, e.total_nr_parts, e.total_nr_gparts, 0);
logger_log_all(e.log, &e);
engine_dump_index(&e);
#endif
engine_dump_snapshot(&e);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment