summaryrefslogtreecommitdiff
path: root/src/comm/CactusDefaultComm.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-04 15:10:29 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-04 15:10:29 +0000
commitf40062cdea9b929997e610df36fd2cb496b02261 (patch)
tree84bdaec4e68dee5194f702eb4a99e01183ad40c9 /src/comm/CactusDefaultComm.c
parent47f164e3abcd603cb7a4213c99ae113c50352d06 (diff)
convlevel starts at 0
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1364 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm/CactusDefaultComm.c')
-rw-r--r--src/comm/CactusDefaultComm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comm/CactusDefaultComm.c b/src/comm/CactusDefaultComm.c
index 73d6ae92..36fd6302 100644
--- a/src/comm/CactusDefaultComm.c
+++ b/src/comm/CactusDefaultComm.c
@@ -110,7 +110,7 @@ cGH *CactusDefaultSetupGH(tFleshConfig *config, int convergence_level)
thisGH->cctk_origin_space = (CCTK_REAL *)malloc(thisGH->cctk_dim*sizeof(CCTK_REAL));
thisGH->cctk_delta_time = 1;
- thisGH->cctk_convlevel = 1;
+ thisGH->cctk_convlevel = 0;
n_variables = CCTK_NumVars();