aboutsummaryrefslogtreecommitdiff
path: root/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src
diff options
context:
space:
mode:
authorianhin <ianhin>2007-03-12 21:20:37 +0000
committerianhin <ianhin>2007-03-12 21:20:37 +0000
commit02f2b5ce968429d9a1a8bc70b846b6cc2f587c7c (patch)
treef0511f18a935d4ffd3938ff5caa2c95de141e03e /Auxiliary/Cactus/KrancNumericalTools/GenericFD/src
parente0058649023994c6ed16cc2ddacc88183d7ed553 (diff)
Removed extra definitions of dir and face
Diffstat (limited to 'Auxiliary/Cactus/KrancNumericalTools/GenericFD/src')
-rw-r--r--Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.c b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.c
index c34c1d7..c402b22 100644
--- a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.c
+++ b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.c
@@ -301,8 +301,6 @@ void GenericFD_PenaltyPrim2Char(cGH *cctkGH, CCTK_INT const dir,
CCTK_INT bmax[] = {cctk_lsh[0], cctk_lsh[1], cctk_lsh[2]};
CCTK_REAL **all_vars;
int i = 0;
- int dir = 0;
- int face = 0;
all_vars = malloc(num_modes*2*sizeof(CCTK_REAL *));
assert(all_vars != NULL);