aboutsummaryrefslogtreecommitdiff
path: root/src/DumpVar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/DumpVar.c')
-rw-r--r--src/DumpVar.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/DumpVar.c b/src/DumpVar.c
index dd1359a..6d8612f 100644
--- a/src/DumpVar.c
+++ b/src/DumpVar.c
@@ -39,7 +39,7 @@ static char *rcsid = "$Id$";
#include "Comm.h"
#include "WarnLevel.h"
#include "GHExtensions.h"
-#include "declare_parameters.h"
+#include "cctk_parameters.h"
#ifdef CACTUSBASE_PUGH
#include "CactusBase/pugh/src/include/pugh.h"
#endif
@@ -356,7 +356,7 @@ void IOFlexIO_DumpArray (cGH *GH, int index, int timelevel, IOFile iof,
void IOFlexIO_DumpGF (cGH *GH, int index, int timelevel, IOFile iof,
int ioflex_type, int mpi_type, int element_size)
{
- DECLARE_PARAMETERS
+ DECLARE_CCTK_PARAMETERS
ioGH *ioUtilGH;
pGH *pughGH;
int myproc;
@@ -510,7 +510,7 @@ void IOFlexIO_DumpGF (cGH *GH, int index, int timelevel, IOFile iof,
void IOFlexIO_AddCommonAttributes (cGH *GH, int index, int timelevel,
CCTK_INT4 gsz [3], IOFile iof)
{
- DECLARE_PARAMETERS
+ DECLARE_CCTK_PARAMETERS
CCTK_REAL d3_to_IO [3]; /* buffer for writing doubles to IEEEIO */
CCTK_INT4 i_to_IO; /* buffer for writing an int to IEEEIO */
char *name, *gname;
@@ -690,7 +690,7 @@ void IOFlexIO_AddChunkAttributes (cGH *GH, int index, CCTK_INT4 chunk_origin [3]
void IOFlexIO_getDumpData (cGH *GH, int index, int timelevel, void **outme,
int *free_outme, CCTK_INT4 bnd [9], int element_size)
{
- DECLARE_PARAMETERS
+ DECLARE_CCTK_PARAMETERS
int i;
int myproc;
ioGH *ioUtilGH;