From 7e9fcf8f6612282c407f130a1bb534516a115d1c Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 17 Jul 2003 07:16:00 +0000 Subject: Remove unused variables git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@89 90eea020-d82d-4da5-bf6e-4ee79ff7632f --- src/WaveToy.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/WaveToy.c b/src/WaveToy.c index 6aa0d1a..2088202 100644 --- a/src/WaveToy.c +++ b/src/WaveToy.c @@ -116,19 +116,8 @@ void WaveToyC_Boundaries(CCTK_ARGUMENTS) DECLARE_CCTK_ARGUMENTS; DECLARE_CCTK_PARAMETERS; - CCTK_REAL finf; int ierr=-1; - int sw[3]; - int npow; - finf = 1.0; - npow = 1; - - /* Set the stencil width */ - sw[0]=1; - sw[1]=1; - sw[2]=1; - ierr = CartSymGN(cctkGH,"wavetoy::scalarevolve"); if (CCTK_EQUALS(bound,"flat")) -- cgit v1.2.3