aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorpollney <pollney@eec4d7dc-71c2-46d6-addf-10296150bf52>2002-04-17 07:01:23 +0000
committerpollney <pollney@eec4d7dc-71c2-46d6-addf-10296150bf52>2002-04-17 07:01:23 +0000
commiteb947858fba56cf963f0851e15a87a6dbfc71318 (patch)
tree0482939a9794afb7d7daa3fbea62402565381fcc /schedule.ccl
parente36a672a42250eaef8c9a30050a787672618f7ca (diff)
Added some documentation.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@28 eec4d7dc-71c2-46d6-addf-10296150bf52
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
{