summaryrefslogtreecommitdiff
path: root/src/main/CactusDefaultInitialise.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-03-24 13:42:32 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-03-24 13:42:32 +0000
commita140e27a8ac0831523df7b8724450ffb1c27165a (patch)
tree0291d6e5818f04e6e272b812add4aa5ac484eb5f /src/main/CactusDefaultInitialise.c
parentbc515f1c607930a119f649f22b3afcdf5e5201e5 (diff)
Changed CACTUS to CCTK
git-svn-id: http://svn.cactuscode.org/flesh/trunk@419 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CactusDefaultInitialise.c')
-rw-r--r--src/main/CactusDefaultInitialise.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main/CactusDefaultInitialise.c b/src/main/CactusDefaultInitialise.c
index 36486327..400fdf88 100644
--- a/src/main/CactusDefaultInitialise.c
+++ b/src/main/CactusDefaultInitialise.c
@@ -120,23 +120,23 @@ int Cactus_InitialiseGH(cGH *GH)
/* Do various rfr traversals. Will tidy up later. */
/* FIXME : PARAM_CHECK SHOULD BE BEFORE HERE */
- CCTK_rfrTraverse(GH, CACTUS_PARAMCHECK);
+ CCTK_rfrTraverse(GH, CCTK_PARAMCHECK);
- CCTK_rfrTraverse(GH, CACTUS_BASEGRID);
- CCTK_rfrTraverse(GH, CACTUS_INITIAL0);
+ CCTK_rfrTraverse(GH, CCTK_BASEGRID);
+ CCTK_rfrTraverse(GH, CCTK_INITIAL0);
/* Loops like this should go eventually... */
- for (Rstep = CACTUS_INITIAL; Rstep <= CACTUS_INITIAL9; Rstep++)
+ for (Rstep = CCTK_INITIAL; Rstep <= CCTK_INITIAL9; Rstep++)
{
CCTK_rfrTraverse(GH,Rstep);
}
/* Ignore checkpointing for now.
- * CCTK_rfrTraverse(GH,CACTUS_RECOVER);
- * CCTK_rfrTraverse(GH,CACTUS_CPINITIAL);
+ * CCTK_rfrTraverse(GH,CCTK_RECOVER);
+ * CCTK_rfrTraverse(GH,CCTK_CPINITIAL);
*/
- for (Rstep = CACTUS_POSTSTEP; Rstep <= CACTUS_POSTSTEP10; Rstep++)
+ for (Rstep = CCTK_POSTSTEP; Rstep <= CCTK_POSTSTEP10; Rstep++)
{
CCTK_rfrTraverse(GH,Rstep);
}