Missed some renamings

This commit is contained in:
jpekkila
2020-11-24 21:39:44 +02:00
parent bcacc357d3
commit b6bb53a75c
5 changed files with 13 additions and 13 deletions

View File

@@ -445,7 +445,7 @@ main(int argc, char** argv)
#endif
}
acMeshApplyPeriodicBounds(&mesh);
acHostMeshApplyPeriodicBounds(&mesh);
if (start_step == 0) {
save_mesh(mesh, 0, t_step);
}