aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-17 03:41:44 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-17 03:41:44 +0000
commitce7263367f330ce0f601c6b2e0c97d01790f747e (patch)
treebcd395025d7c76e48f4cbff1c146eb3b30ea79eb /schedule.ccl
parent11abcb8173611eb2bdc185f6d1549fc5545472e3 (diff)
move commented-out test driver section to the end
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@837 f88db872-0e4f-0410-b76b-b9085cfa78c5
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"