aboutsummaryrefslogtreecommitdiff
path: root/src/RestoreFile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/RestoreFile.c')
-rw-r--r--src/RestoreFile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RestoreFile.c b/src/RestoreFile.c
index 19158b4..4492cec 100644
--- a/src/RestoreFile.c
+++ b/src/RestoreFile.c
@@ -24,7 +24,7 @@ static char *rcsid = "$Id$";
#include "Comm.h"
#include "GHExtensions.h"
#include "WarnLevel.h"
-#include "declare_parameters.h"
+#include "cctk_parameters.h"
#ifdef CACTUSBASE_PUGH
#include "CactusBase/pugh/src/include/pugh.h"
#endif
@@ -281,7 +281,7 @@ int IOFlexIO_RestoreIEEEIOfile (cGH *GH, IOFile ifp, int file_ioproc,
{
#ifdef CACTUSBASE_PUGH
- DECLARE_PARAMETERS
+ DECLARE_CCTK_PARAMETERS
int index, gtype;
int myproc, nprocs;
int nDatasets, currentDataset;