aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl22
1 files changed, 12 insertions, 10 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 4d079fa..7d485d4 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,16 +1,6 @@
# Schedule definitions for thorn AHFinderDirect
# $Header$
-##
-## uncomment this if you want to use the test driver
-## src/util/test_patch_system.cc
-##
-##schedule test_patch_system at CCTK_POSTINITIAL
-##{
-##LANG: C
-##OPTIONS: global
-##} "test driver to verify that src/util/ and src/jtutil/ code works properly"
-
schedule AHFinderDirect_setup at CCTK_BASEGRID after SpatialCoordinates
{
lang: C
@@ -33,3 +23,15 @@ if (find_AHs_at_poststep != 0)
options: global
} "find apparent horizon(s) after this time step"
}
+
+########################################
+
+##
+## uncomment this if you want to use the test driver
+## src/util/test_patch_system.cc
+##
+##schedule test_patch_system at CCTK_POSTINITIAL
+##{
+##LANG: C
+##OPTIONS: global
+##} "test driver to verify that src/util/ and src/jtutil/ code works properly"