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