aboutsummaryrefslogtreecommitdiff
path: root/src/Output2D.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Output2D.c')
-rw-r--r--src/Output2D.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Output2D.c b/src/Output2D.c
index f863970..927c114 100644
--- a/src/Output2D.c
+++ b/src/Output2D.c
@@ -16,7 +16,7 @@
#include "flesh.h"
#include "Groups.h"
-#include "declare_parameters.h"
+#include "cctk_parameters.h"
#include "CactusBase/IOUtil/src/ioGH.h"
#include "ioFlexGH.h"
@@ -51,7 +51,7 @@ int IOFlexIO_TimeFor2D (cGH *GH, int index);
int IOFlexIO_Output2DGH (cGH *GH)
{
- DECLARE_PARAMETERS
+ DECLARE_CCTK_PARAMETERS
int i;
flexioGH *myGH;
char *name, *fullname;
@@ -125,7 +125,7 @@ int IOFlexIO_Output2DGH (cGH *GH)
int IOFlexIO_Output2DVarAs (cGH *GH, const char *fullname, const char *alias)
{
- DECLARE_PARAMETERS
+ DECLARE_CCTK_PARAMETERS
int index, first;
flexioGH *myGH;
@@ -251,7 +251,7 @@ int IOFlexIO_TimeFor2D (cGH *GH, int index)
int IOFlexIO_TriggerOutput2D (cGH *GH, int index)
{
- DECLARE_PARAMETERS
+ DECLARE_CCTK_PARAMETERS
int first;
flexioGH *myGH;
char *varname;