aboutsummaryrefslogtreecommitdiff
path: root/src/get_coeffs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/get_coeffs.c')
-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,