aboutsummaryrefslogtreecommitdiff
path: root/src/WaveToy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/WaveToy.c')
-rw-r--r--src/WaveToy.c11
1 files changed, 0 insertions, 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"))