aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Requirements
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Requirements')
-rw-r--r--Carpet/Requirements/schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/Requirements/schedule.ccl b/Carpet/Requirements/schedule.ccl
index a8a1fb38f..978b6743b 100644
--- a/Carpet/Requirements/schedule.ccl
+++ b/Carpet/Requirements/schedule.ccl
@@ -4,13 +4,13 @@
# of the internal workings of thorn boundary.
if (check_requirements)
{
- schedule CarpetCheckReadsBeforeBoundary IN ApplyBCs BEFORE BoundaryConditions
+ SCHEDULE CarpetCheckReadsBeforeBoundary IN ApplyBCs BEFORE BoundaryConditions
{
LANG: C
OPTIONS: singlemap # local would also work but we don't really need it
} "Check that interior of grid function is valid before boundary conditions are applied"
- schedule CarpetNotifyWritesAfterBoundary IN ApplyBCs AFTER Boundary_ApplyPhysicalBCs BEFORE Boundary_ClearSelection
+ SCHEDULE CarpetNotifyWritesAfterBoundary IN ApplyBCs AFTER Boundary_ApplyPhysicalBCs BEFORE Boundary_ClearSelection
{
LANG: C
OPTIONS: singlemap # local would also work but we don't really need it