aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Requirements
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-04-03 15:35:40 -0400
committerErik Schnetter <schnetter@gmail.com>2013-04-03 15:57:21 -0400
commit40f113decf0d0de18aeabb8cce90bdc835f56fdd (patch)
tree154f6cf6d01b3ca361aea365c49693cf60df0765 /Carpet/Requirements
parent27715e024145ff1a792eb1e190e1bceb04fccd57 (diff)
Requirements: Beautify code
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