aboutsummaryrefslogtreecommitdiff
path: root/src/SetupPGH.c
diff options
context:
space:
mode:
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;