aboutsummaryrefslogtreecommitdiff
path: root/src/Output2D.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/Output2D.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/Output2D.c')
-rw-r--r--src/Output2D.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Output2D.c b/src/Output2D.c
index b0acd3c..171b050 100644
--- a/src/Output2D.c
+++ b/src/Output2D.c
@@ -260,7 +260,7 @@ int IOFlexIO_TriggerOutput2D (cGH *GH, int index)
static void CheckSteerableParameters (flexioGH *myGH)
{
DECLARE_CCTK_PARAMETERS
- cParamData *paramdata;
+ const cParamData *paramdata;
static int out2D_vars_lastset = 0;