aboutsummaryrefslogtreecommitdiff
path: root/src/RecoverGH.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/RecoverGH.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/RecoverGH.c')
-rw-r--r--src/RecoverGH.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RecoverGH.c b/src/RecoverGH.c
index 3606da3..b19dcbf 100644
--- a/src/RecoverGH.c
+++ b/src/RecoverGH.c
@@ -24,7 +24,7 @@ static char *rcsid = "$Id$";
#include "cctk.h"
#include "flesh.h"
-#include "declare_parameters.h"
+#include "cctk_parameters.h"
#include "GHExtensions.h"
#include "WarnLevel.h"
#include "Comm.h"
@@ -67,7 +67,7 @@ int IOFlexIO_RecoverGH (cGH *GH, const char *basename, int called_from)
{
#ifdef CACTUSBASE_PUGH
- DECLARE_PARAMETERS
+ DECLARE_CCTK_PARAMETERS
IOFile ifp;
char ftmp [1024], fname [1024];
int proc, nprocs, myproc;