summaryrefslogtreecommitdiff
path: root/src/main/rfrInterface.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-18 12:15:36 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-18 12:15:36 +0000
commit5eb304a0729b6d34f5ca5d320552c6d41f419a96 (patch)
treef2471cf94ea50c6b1b76e6f92a6212f110d15b6f /src/main/rfrInterface.c
parent03212e1faf2ed9c4926fec02a6b988f52b07ad76 (diff)
fixed couple of minor bug in printing rfr tree
git-svn-id: http://svn.cactuscode.org/flesh/trunk@733 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/rfrInterface.c')
-rw-r--r--src/main/rfrInterface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/rfrInterface.c b/src/main/rfrInterface.c
index 3b26c819..17421162 100644
--- a/src/main/rfrInterface.c
+++ b/src/main/rfrInterface.c
@@ -94,8 +94,8 @@ int CCTK_rfrPrintTree(cGH *GH,void *rfr_top)
rfrPrintDescs(rfr_top,GH,CCTK_BASEGRID,"CCTK_BASEGRID","");
rfrPrintDescs(rfr_top,GH,CCTK_INITIAL, "CCTK_INITIAL","");
- rfrPrintDescs(rfr_top,GH,CCTK_INITIAL, "CCTK_POSTINITIAL","");
- printf ("\n (Don't forget CCTK_POSTSTEP* is here too...)\n");
+ rfrPrintDescs(rfr_top,GH,CCTK_POSTINITIAL, "CCTK_POSTINITIAL","");
+ printf ("\n (Don't forget CCTK_POSTSTEP is here too...)\n");
printf ("\n do loop over timesteps\n");
rfrPrintDescs(rfr_top,GH,CCTK_PRESTEP,"CCTK_PRESTEP"," ");
rfrPrintDescs(rfr_top,GH,CCTK_EVOL,"CCTK_EVOL"," ");