aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-06-30 12:40:16 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-06-30 12:40:16 +0000
commit812a6214d6693a047e9a8efd562341cf19e47b4d (patch)
tree51dc4b5179ed46c9c2e02af65d70b425ee2742f1 /schedule.ccl
parentc3db5ee6aac46ba7063eac5455e28bcb1073387e (diff)
complete interpatch-interpolation Jacobian code
add 1st draft of code in src/util/test_patch_system.cc to test this git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@600 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl20
1 files changed, 10 insertions, 10 deletions
diff --git a/schedule.ccl b/schedule.ccl
index afe9ce2..f413ed0 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
-{
-lang: C
-options: global
-} "find apparent horizon(s)"
-
-##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)"
+
+schedule test_patch_system at CCTK_POSTINITIAL
+{
+LANG: C
+OPTIONS: global
+} "test driver to verify that src/util/ and src/jtutil/ code works properly"