From 40f113decf0d0de18aeabb8cce90bdc835f56fdd Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 3 Apr 2013 15:35:40 -0400 Subject: Requirements: Beautify code --- Carpet/Requirements/schedule.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Carpet/Requirements') 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 -- cgit v1.2.3