summaryrefslogtreecommitdiff
path: root/src/main/CactusDefaultInitialise.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-03-14 17:02:35 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-03-14 17:02:35 +0000
commita681bf971e72586d7b1a18678880ecbf2cc264b0 (patch)
tree0f8175fc0d018025c13563929403e47edc0965ab /src/main/CactusDefaultInitialise.c
parent293e0c200079891d3597286eb1c1b708fe6d1822 (diff)
Added the RFR tree print out
git-svn-id: http://svn.cactuscode.org/flesh/trunk@395 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CactusDefaultInitialise.c')
-rw-r--r--src/main/CactusDefaultInitialise.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/CactusDefaultInitialise.c b/src/main/CactusDefaultInitialise.c
index 67c68110..1747ca91 100644
--- a/src/main/CactusDefaultInitialise.c
+++ b/src/main/CactusDefaultInitialise.c
@@ -107,6 +107,8 @@ int Cactus_InitialiseGH(cGH *GH)
/* Do the rfr initialisation on this GH */
CCTK_BindingsScheduleRegister("RFRINIT", (void *)GH);
+ /* Report the rfr tree */
+ CCTK_rfrPrintTree(GH,GH->rfr_top);
/* Initialise all the extensions. */
CCTK_InitGHExtensions(GH);