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

Fix unit tests to se the new function signature

parent 457f46e4
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,8 @@ int main(int argc, char *argv[]) { ...@@ -164,7 +164,8 @@ int main(int argc, char *argv[]) {
message("Checking output parameters."); message("Checking output parameters.");
io_prepare_output_fields(&output_options, /*with_cosmology=*/0, io_prepare_output_fields(&output_options, /*with_cosmology=*/0,
/*with_fof=*/0, /*with_fof=*/0,
/*with_structure_finding=*/0); /*with_structure_finding=*/0,
/*verbose=*/1);
/* write output file */ /* write output file */
message("Writing output."); message("Writing output.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment