summaryrefslogtreecommitdiff
path: root/src/main/CactusDefaultInitialise.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-23 15:07:49 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-23 15:07:49 +0000
commit63dcdb832c28792ee060dd38f1e9b33a91ae6baf (patch)
treed4a9851591b722347b6805062ceff14376fd3ae5 /src/main/CactusDefaultInitialise.c
parentb8a1448d84bbe67d12cc5db9804554348a60e754 (diff)
Quick extremely dirty change to stop stuff being called twice in AMR.
This will be removed really soon. In the meantime if you are compiling with the grace thorn, please comment out the line saying #define PUGH. Soon the initialisation stuff should be tidied up. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@565 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CactusDefaultInitialise.c')
-rw-r--r--src/main/CactusDefaultInitialise.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/CactusDefaultInitialise.c b/src/main/CactusDefaultInitialise.c
index 710808f8..3983511d 100644
--- a/src/main/CactusDefaultInitialise.c
+++ b/src/main/CactusDefaultInitialise.c
@@ -132,7 +132,9 @@ int CactusInitialiseGH(cGH *GH)
/* Initialise all the extensions. */
CCTK_InitGHExtensions(GH);
+#define PUGH
+#ifdef PUGH
/* Do various rfr traversals. Will tidy up later. */
/* FIXME : PARAM_CHECK SHOULD BE BEFORE HERE */
@@ -157,6 +159,8 @@ int CactusInitialiseGH(cGH *GH)
CCTK_rfrTraverse(GH,Rstep);
}
+#endif
+
return 1;
}