aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-06-29 14:31:19 +0000
committerallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-06-29 14:31:19 +0000
commitb737e4a5b030c2464cfa0e8ad5698999aa529ca6 (patch)
tree5941a910a737284d114ef1a6ac4e90045b9c93ad /src
parent1522266065cdd80e38eea6674dfac5f3ab3c99df (diff)
Include file name changes
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@7 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'src')
-rw-r--r--src/CheckpointRecovery.c4
-rw-r--r--src/GHExtension.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/CheckpointRecovery.c b/src/CheckpointRecovery.c
index 67594d9..cc0ee4c 100644
--- a/src/CheckpointRecovery.c
+++ b/src/CheckpointRecovery.c
@@ -13,7 +13,7 @@
#include "cctk.h"
#include "flesh.h"
-#include "declare_parameters.h"
+#include "cctk_parameters.h"
#include "Groups.h"
#include "Comm.h"
#include "GHExtensions.h"
@@ -153,7 +153,7 @@ int IOUtil_RegisterRecover(const char *name, int (*func)(cGH *, const char *, in
void IOUtil_PrepareFilename (cGH *GH, const char *basename, char *fname,
int called_from, int file_ioproc, int file_unchunked)
{
- DECLARE_PARAMETERS
+ DECLARE_CCTK_PARAMETERS
/* get the right parameters */
switch (called_from) {
diff --git a/src/GHExtension.c b/src/GHExtension.c
index c957a77..f42286b 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -24,7 +24,7 @@
#include "Comm.h"
#include "Misc.h"
#include "GHExtensions.h"
-#include "declare_parameters.h"
+#include "cctk_parameters.h"
#include "ioGH.h"
@@ -37,7 +37,7 @@ void *IOUtil_SetupGH (tFleshConfig *config, int convergence_level, cGH *GH)
int IOUtil_InitGH(cGH *GH)
{
- DECLARE_PARAMETERS
+ DECLARE_CCTK_PARAMETERS
int i;
ioGH *myGH;