diff --git a/TestSubcyclingMC/schedule.ccl b/TestSubcyclingMC/schedule.ccl index 04658c27a..47c6c1da8 100644 --- a/TestSubcyclingMC/schedule.ccl +++ b/TestSubcyclingMC/schedule.ccl @@ -94,7 +94,16 @@ SCHEDULE TestSubcyclingMC_CalcK4 IN TestSubcyclingMC_RK4Group AFTER TestSubcycli SYNC: ustate } "Calculate k4" -SCHEDULE TestSybcyclingMC_Error AT poststep + +SCHEDULE GROUP TestSubcyclingMC_PostStepGroup AT postinitial +{ +} "Apply boundary conditions to state vector, and project if necessary" + +SCHEDULE GROUP TestSubcyclingMC_PostStepGroup AT poststep +{ +} "Apply boundary conditions to state vector, and project if necessary" + +SCHEDULE TestSubcyclingMC_Error IN TestSubcyclingMC_PostStepGroup { LANG: C READS: ustate(interior) diff --git a/TestSubcyclingMC/src/testsubcyclingmc.cxx b/TestSubcyclingMC/src/testsubcyclingmc.cxx index 7013ae22c..9101ecf67 100644 --- a/TestSubcyclingMC/src/testsubcyclingmc.cxx +++ b/TestSubcyclingMC/src/testsubcyclingmc.cxx @@ -377,8 +377,8 @@ extern "C" void TestSubcyclingMC_Sync(CCTK_ARGUMENTS) { // do nothing } -extern "C" void TestSybcyclingMC_Error(CCTK_ARGUMENTS) { - DECLARE_CCTK_ARGUMENTSX_TestSybcyclingMC_Error; +extern "C" void TestSubcyclingMC_Error(CCTK_ARGUMENTS) { + DECLARE_CCTK_ARGUMENTSX_TestSubcyclingMC_Error; DECLARE_CCTK_PARAMETERS; if (CCTK_EQUALS(initial_condition, "standing wave")) {