aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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)"