summaryrefslogtreecommitdiff
path: root/src/comm/CactusDefaultComm.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-30 23:12:18 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-30 23:12:18 +0000
commitc6c1711b0ffe691d7e8819ebedd0526afbedaf8a (patch)
tree9419a28b3b0aa8b478bd7a2504da66122eff6acb /src/comm/CactusDefaultComm.c
parent468e43bc8431d700aa5b4d0a60aa1bcb0148744a (diff)
Removing compiler warnings
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1505 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm/CactusDefaultComm.c')
-rw-r--r--src/comm/CactusDefaultComm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comm/CactusDefaultComm.c b/src/comm/CactusDefaultComm.c
index b33ec88b..4fdc3e7b 100644
--- a/src/comm/CactusDefaultComm.c
+++ b/src/comm/CactusDefaultComm.c
@@ -16,6 +16,7 @@
#include "cctk_Constants.h"
#include "CactusMainDefaults.h"
#include "cctk_GHExtensions.h"
+#include "cctki_GHExtensions.h"
#ifdef MPI
#include "mpi.h"
@@ -68,7 +69,6 @@ cGH *CactusDefaultSetupGH(tFleshConfig *config, int convergence_level)
int variable;
int ntimelevels;
int level;
- int i;
int cctk_dim;
retval = NULL;