From 02f2b5ce968429d9a1a8bc70b846b6cc2f587c7c Mon Sep 17 00:00:00 2001 From: ianhin Date: Mon, 12 Mar 2007 21:20:37 +0000 Subject: Removed extra definitions of dir and face --- Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Auxiliary/Cactus/KrancNumericalTools') 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); -- cgit v1.2.3