aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-16 15:17:43 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-16 15:17:43 +0000
commitcbe4d2f21a92dcabaa90d8d2d4c1054d8cc1b68f (patch)
tree9e4947737c2f576a02f2d36d9a3836fd2365ec81 /schedule.ccl
parent18bfc9c3a99f30f9b10c185d4a940525274732d7 (diff)
changes so I can compile the full horizon test
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@629 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl16
1 files changed, 8 insertions, 8 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f413ed0..d648d79 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -8,14 +8,14 @@
# ==> quick-n-dirty hack for now: just schedule at POSTINITIAL
#
-##schedule AHFinderDirect_driver at CCTK_POSTINITIAL
+##schedule test_patch_system at CCTK_POSTINITIAL
##{
-##lang: C
-##options: global
-##} "find apparent horizon(s)"
+##LANG: C
+##OPTIONS: global
+##} "test driver to verify that src/util/ and src/jtutil/ code works properly"
-schedule test_patch_system at CCTK_POSTINITIAL
+schedule AHFinderDirect_driver at CCTK_POSTINITIAL
{
-LANG: C
-OPTIONS: global
-} "test driver to verify that src/util/ and src/jtutil/ code works properly"
+lang: C
+options: global
+} "find apparent horizon(s)"