aboutsummaryrefslogtreecommitdiff
path: root/src/GHExtension.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GHExtension.c')
-rw-r--r--src/GHExtension.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/GHExtension.c b/src/GHExtension.c
index 38edd5f..3917604 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -50,6 +50,9 @@ void *IOFlexIO_SetupGH (tFleshConfig *config, int convergence_level, cGH *GH)
newGH->IEEEfile_3D = (IOFile *) malloc (numvars * sizeof (IOFile));
return (newGH);
+
+ USE_CCTK_PARAMETERS
+
}
int IOFlexIO_InitGH (cGH *GH)
@@ -157,6 +160,9 @@ int IOFlexIO_InitGH (cGH *GH)
}
return (0);
+
+ USE_CCTK_PARAMETERS
+
}
@@ -175,6 +181,9 @@ int IOFlexIO_Terminate (cGH *GH)
}
return (0);
+
+ USE_CCTK_PARAMETERS
+
}
#endif
@@ -246,4 +255,7 @@ void SetupSliceCenter (cGH *GH)
else
myGH->sp2xyz[1] = pughGH->lnsize [1]/2 - pughGH->lb [pughGH->myproc][1];
}
+
+ USE_CCTK_PARAMETERS
+
}