aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-06-29 14:32:13 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-06-29 14:32:13 +0000
commit83a0602ab070338e0dfad04b2fcc89f8d5026cb4 (patch)
tree12ee953015f7ec627bf538425a8d0d76c75c2796 /src/Startup.c
parente6468bd470de6672b8c77c2fc081064b1855d79e (diff)
Include file name changes
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@6 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Startup.c b/src/Startup.c
index affbcf6..31da402 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -15,7 +15,7 @@
#include "flesh.h"
#include "GHExtensions.h"
-#include "declare_parameters.h"
+#include "cctk_parameters.h"
#include "CactusBase/IOUtil/src/ioGH.h"
/* prototypes of functions to be registered */
@@ -53,7 +53,7 @@ int IOFlexIO_RecoverGH (cGH *GH, const char *basename, int called_from);
@@*/
void IOFlexIO_Startup (void)
{
- DECLARE_PARAMETERS
+ DECLARE_CCTK_PARAMETERS
int IO_GHExtension;
int IOMethod;