Added an acBoundconds() call before acStore in autotest.cc

This commit is contained in:
jpekkila
2019-08-07 19:10:04 +03:00
parent 1525e0603f
commit d8eb2723b4

View File

@@ -727,6 +727,7 @@ run_autotest(void)
// Device integration step // Device integration step
acIntegrate(dt); acIntegrate(dt);
acBoundcondStep();
acStore(candidate_mesh); acStore(candidate_mesh);
// Check fields // Check fields