aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2006-10-04 11:33:09 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2006-10-04 11:33:09 +0000
commite6a9c6f2038f821a32bcc716baf8edaa53a6a881 (patch)
tree07554591867abde748d7416b877db3dd141da420
parent27cf3525926fc36695167901b7cd6f0bfd38447b (diff)
whitespace changes only; no changes in semantics
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1482 f88db872-0e4f-0410-b76b-b9085cfa78c5
-rw-r--r--schedule.ccl26
1 files 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