Skip to content
Snippets Groups Projects
Commit 28b55dfa authored by James Willis's avatar James Willis
Browse files

Dump snapshot with particle group IDs.

parent a4e36fc0
No related branches found
No related tags found
1 merge request!543Fof
...@@ -1008,6 +1008,11 @@ int main(int argc, char *argv[]) { ...@@ -1008,6 +1008,11 @@ int main(int argc, char *argv[]) {
/* unused parameters */ /* unused parameters */
parser_write_params_to_file(params, "unused_parameters.yml", 0); parser_write_params_to_file(params, "unused_parameters.yml", 0);
/* Write final output. */
engine_drift_all(&e);
engine_print_stats(&e);
engine_dump_snapshot(&e);
/* Clean everything */ /* Clean everything */
if (with_verbose_timers) timers_close_file(); if (with_verbose_timers) timers_close_file();
if (with_cosmology) cosmology_clean(&cosmo); if (with_cosmology) cosmology_clean(&cosmo);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment