aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl9
1 files changed, 6 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index a791912..d1c6225 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -9,10 +9,13 @@ SCHEDULE SBP_SetNormMask AT initial
LANG: Fortran
} "Setup the mask for the calulcation of the norm"
-SCHEDULE SBP_CheckGridSizes AT postinitial
+if (check_grid_sizes)
{
- LANG: Fortran
-} "Check grid sizes and ghost zones"
+ SCHEDULE SBP_CheckGridSizes AT postinitial
+ {
+ LANG: Fortran
+ } "Check grid sizes and ghost zones"
+}
if (use_dissipation)
{