From e6a9c6f2038f821a32bcc716baf8edaa53a6a881 Mon Sep 17 00:00:00 2001 From: jthorn Date: Wed, 4 Oct 2006 11:33:09 +0000 Subject: whitespace changes only; no changes in semantics git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1482 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- schedule.ccl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/schedule.ccl b/schedule.ccl index ae51c7a..3617d3b 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -5,7 +5,7 @@ # setup # schedule AHFinderDirect_setup at CCTK_BASEGRID \ -after SpatialCoordinates + after SpatialCoordinates { lang: C options: global @@ -17,7 +17,7 @@ after SpatialCoordinates if (run_at_CCTK_ANALYSIS != 0) { schedule AHFinderDirect_update at CCTK_ANALYSIS \ - before AHFinderDirect_find_horizons + before AHFinderDirect_find_horizons { lang: C options: global @@ -31,7 +31,7 @@ if (run_at_CCTK_ANALYSIS != 0) if (run_at_CCTK_POSTSTEP != 0) { schedule AHFinderDirect_update at CCTK_POSTSTEP \ - before AHFinderDirect_find_horizons + before AHFinderDirect_find_horizons { lang: C options: global @@ -45,7 +45,7 @@ if (run_at_CCTK_POSTSTEP != 0) if (run_at_CCTK_POSTINITIAL != 0) { schedule AHFinderDirect_update at CCTK_POSTINITIAL \ - before AHFinderDirect_find_horizons + before AHFinderDirect_find_horizons { lang: C options: global @@ -63,8 +63,8 @@ if (run_at_CCTK_POSTINITIAL != 0) if (run_at_CCTK_ANALYSIS != 0) { schedule AHFinderDirect_announce at CCTK_ANALYSIS \ - before DriftCorrect \ - after AHFinderDirect_find_horizons + before DriftCorrect \ + after AHFinderDirect_find_horizons { lang: C } "maybe announce horizon position(s) to other thorns" @@ -72,8 +72,8 @@ if (run_at_CCTK_ANALYSIS != 0) if (run_at_CCTK_POSTSTEP != 0) { schedule AHFinderDirect_announce at CCTK_POSTSTEP \ - before DriftCorrect \ - after AHFinderDirect_find_horizons + before DriftCorrect \ + after AHFinderDirect_find_horizons { lang: C } "maybe announce horizon position(s) to other thorns" @@ -81,8 +81,8 @@ if (run_at_CCTK_POSTSTEP != 0) if (run_at_CCTK_POSTINITIAL != 0) { schedule AHFinderDirect_announce at CCTK_POSTINITIAL \ - before DriftCorrect \ - after AHFinderDirect_find_horizons + before DriftCorrect \ + after AHFinderDirect_find_horizons { lang: C } "maybe announce horizon position(s) to other thorns" @@ -94,7 +94,7 @@ if (run_at_CCTK_POSTINITIAL != 0) if (run_at_CCTK_ANALYSIS != 0) { schedule AHFinderDirect_store_SS_info at CCTK_ANALYSIS \ - after AHFinderDirect_find_horizons + after AHFinderDirect_find_horizons { lang: C options: global @@ -103,7 +103,7 @@ if (run_at_CCTK_ANALYSIS != 0) if (run_at_CCTK_POSTSTEP != 0) { schedule AHFinderDirect_store_SS_info at CCTK_POSTSTEP \ - after AHFinderDirect_find_horizons + after AHFinderDirect_find_horizons { lang: C options: global @@ -112,7 +112,7 @@ if (run_at_CCTK_POSTSTEP != 0) if (run_at_CCTK_POSTINITIAL != 0) { schedule AHFinderDirect_store_SS_info at CCTK_POSTINITIAL \ - after AHFinderDirect_find_horizons + after AHFinderDirect_find_horizons { lang: C options: global -- cgit v1.2.3