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

Also update the i/o test with the new function signature.

parent ad53551c
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ int main() { ...@@ -45,7 +45,7 @@ int main() {
/* Read data */ /* Read data */
read_ic_single("input.hdf5", &us, dim, &parts, &gparts, &sparts, &Ngas, read_ic_single("input.hdf5", &us, dim, &parts, &gparts, &sparts, &Ngas,
&Ngpart, &Nspart, &periodic, &flag_entropy_ICs, 1, 1, 0, 0); &Ngpart, &Nspart, &periodic, &flag_entropy_ICs, 1, 1, 0, 1, 0);
/* Check global properties read are correct */ /* Check global properties read are correct */
assert(dim[0] == boxSize); assert(dim[0] == boxSize);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment