aboutsummaryrefslogtreecommitdiff
path: root/src/SetupPGH.c
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-06-29 14:33:18 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-06-29 14:33:18 +0000
commita4e8542459437142e51d8692ed513604e864d52e (patch)
tree70690d59539f04de4612df32f43823f3062d74e7 /src/SetupPGH.c
parentebcde4b7c20cd77edf7e6724fff802ea8289e19c (diff)
Include file name changes
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@64 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/SetupPGH.c')
-rw-r--r--src/SetupPGH.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/SetupPGH.c b/src/SetupPGH.c
index 6d165dc..f0655ea 100644
--- a/src/SetupPGH.c
+++ b/src/SetupPGH.c
@@ -15,7 +15,7 @@
#include "cctk.h"
#include "pugh.h"
-#include "declare_parameters.h"
+#include "cctk_parameters.h"
/* Old Id: SetupPGH.c,v 1.29 1999/01/12 08:23:35 bruegman Exp */
@@ -95,7 +95,7 @@ void pGH_SetupBasics(pGH *GH, int nx, int ny, int nz,
void ProcTop(int, int *, int *, int *);
- DECLARE_PARAMETERS;
+ DECLARE_CCTK_PARAMETERS;
/* MPI Goobits */
#ifdef MPI
@@ -951,7 +951,7 @@ void DestroyPGH(pGH **GHin) {
void ProcTop(int np, int *npx, int *npy, int *npz) {
int x,y,z,r;
- DECLARE_PARAMETERS;
+ DECLARE_CCTK_PARAMETERS;
if (CCTK_Equals(proc_topology,"manual")) {
x = proc_top_nx;