aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-04-19 22:26:38 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-04-19 22:26:38 +0000
commit6631ef8726eb678e1c841c41c5b821f59a91292f (patch)
tree40b781fe1d28cb53f3f9f0751f583129d131b7a3 /src
parent4609c7505e90b9d46836beb71990d523918ed6b0 (diff)
Putting back the int i needed when MPI is used
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@210 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src')
-rw-r--r--src/PughUtils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/PughUtils.c b/src/PughUtils.c
index 584411a..ea1b55e 100644
--- a/src/PughUtils.c
+++ b/src/PughUtils.c
@@ -40,6 +40,9 @@ void pugh_Report(CCTK_CARGUMENTS)
pGH *pughGH;
char *message;
+#ifdef CCTK_MPI
+ int i;
+#endif
pughGH = pugh_pGH(cctkGH);