aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 5e0e224..efa44f9 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,13 +3,13 @@
if (cartoon_active)
{
-# if (allow_grid_resize)
-# {
+ if (allow_grid_resize)
+ {
schedule Cartoon2D_SetGrid at CCTK_RECOVER_PARAMETERS
{
LANG: C
} "Adjust grid sizes"
-# }
+ }
schedule Cartoon2D_CheckParameters at CCTK_PARAMCHECK
{