aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2005-11-29 22:56:37 +0000
committerdiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2005-11-29 22:56:37 +0000
commitd3237a6c057428333502e31d81bf1e0da45ee03c (patch)
tree461fb2d0cbe3bcb05e3fa0417975c56d6290d408
parentdd935ef8145f80f5e6b9f265c14e735bb5d2f6cf (diff)
Remove declaration of unused variables nghostzones, bbox, lsh and ierr.
git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@48 f69c4107-0314-4c4f-9ad4-17e986b73f4a
-rw-r--r--src/get_coeffs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/get_coeffs.c b/src/get_coeffs.c
index fbdac05..3d441a3 100644
--- a/src/get_coeffs.c
+++ b/src/get_coeffs.c
@@ -17,9 +17,8 @@ void DiffCoeff ( const CCTK_POINTER_TO_CONST cctkGH_, const CCTK_INT dir,
DECLARE_CCTK_ARGUMENTS
CCTK_INT ni, nj, nk, gsize, loc_order;
- CCTK_INT ierr;
int nelements;
- CCTK_INT lsh[3], bbox[6], bb[2], nghostzones[3];
+ CCTK_INT bb[2];
void CCTK_FCALL CCTK_FNAME(set_coeff_2_1)(const CCTK_INT *nsize,
const CCTK_INT *loc_order,
const CCTK_INT *bb,