From d3237a6c057428333502e31d81bf1e0da45ee03c Mon Sep 17 00:00:00 2001 From: diener Date: Tue, 29 Nov 2005 22:56:37 +0000 Subject: 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 --- src/get_coeffs.c | 3 +-- 1 file changed, 1 insertion(+), 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, -- cgit v1.2.3