Ensured that acBoundcondStep is called everywhere in the program before acStore

This commit is contained in:
jpekkila
2019-08-07 19:20:40 +03:00
parent d8eb2723b4
commit 2b3f9d75af
3 changed files with 29 additions and 29 deletions

View File

@@ -197,7 +197,6 @@ run_benchmark(void)
double(results[int(NTH_PERCENTILE * NUM_ITERS)]), int(NTH_PERCENTILE * 100),
mesh_info.int_params[AC_nx]);
acStore(mesh);
acQuit();
acmesh_destroy(mesh);
}
@@ -269,7 +268,6 @@ run_benchmark(void)
write_result_to_file(wallclock * 1e3f / steps);
#endif
acStore(mesh);
acQuit();
acmesh_destroy(mesh);