aboutsummaryrefslogtreecommitdiff
path: root/src/GHExtension.c
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-03-14 17:05:54 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-03-14 17:05:54 +0000
commitce573e602773f737f664904cc68051bad16f910a (patch)
tree5eb4a26b78e0238bd0b1ea86f911ca18318b179f /src/GHExtension.c
parenta605efeccf30f1ab733cc0f58694b4404750884d (diff)
More stuff for cp/recovery.
Changes to use the new interface for CCTK_ParameterWalk(). Preparations for calling parameter recovery routine by scheduler. Checkpoint only variables of active implementations. Fixed warnings when compiling with LAM-MPI or no MPI at all. Thomas git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@96 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/GHExtension.c')
-rw-r--r--src/GHExtension.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GHExtension.c b/src/GHExtension.c
index 3dae241..5f53c67 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -60,7 +60,7 @@ int IOFlexIO_InitGH (cGH *GH)
int i;
ioGH *ioUtilGH;
flexioGH *myGH;
- cParamData *paramdata;
+ const cParamData *paramdata;
/* get the handles for IOUtil and IOFlexIO extensions */