summaryrefslogtreecommitdiff
path: root/src/comm/CactusDefaultComm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comm/CactusDefaultComm.c')
-rw-r--r--src/comm/CactusDefaultComm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/comm/CactusDefaultComm.c b/src/comm/CactusDefaultComm.c
index b4b3741e..1cbc82e3 100644
--- a/src/comm/CactusDefaultComm.c
+++ b/src/comm/CactusDefaultComm.c
@@ -112,7 +112,7 @@ int CactusDefaultInterpGridArrays (const cGH *GH, int N_dims,
@desc
Default cactus SetupGH routine.
@enddesc
- @calls CCTK_MaxDim
+ @calls CCTK_MaxGFDim
CCTK_NumVars
CCTK_MaxTimeLevelsVI
CCTK_NumGroups
@@ -157,7 +157,7 @@ cGH *CactusDefaultSetupGH(tFleshConfig *config, int convergence_level)
thisGH = malloc(sizeof(cGH));
if(thisGH)
{
- thisGH->cctk_dim = CCTK_MaxDim();
+ thisGH->cctk_dim = CCTK_MaxGFDim();
/* Need this to be at least one otherwise the memory allocation will fail */
cctk_dim = thisGH->cctk_dim;