From ce7263367f330ce0f601c6b2e0c97d01790f747e Mon Sep 17 00:00:00 2001 From: jthorn Date: Thu, 17 Oct 2002 03:41:44 +0000 Subject: 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 --- schedule.ccl | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'schedule.ccl') 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" -- cgit v1.2.3