aboutsummaryrefslogtreecommitdiff
path: root/src/Output3D.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/Output3D.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/Output3D.c')
-rw-r--r--src/Output3D.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Output3D.c b/src/Output3D.c
index 441cb32..f038082 100644
--- a/src/Output3D.c
+++ b/src/Output3D.c
@@ -257,7 +257,7 @@ int IOFlexIO_TriggerOutput3D (cGH *GH, int index)
static void CheckSteerableParameters (flexioGH *myGH)
{
DECLARE_CCTK_PARAMETERS
- cParamData *paramdata;
+ const cParamData *paramdata;
static int out3D_vars_lastset = 0;