aboutsummaryrefslogtreecommitdiff
path: root/src/WaveToy.F
diff options
context:
space:
mode:
Diffstat (limited to 'src/WaveToy.F')
-rw-r--r--src/WaveToy.F7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/WaveToy.F b/src/WaveToy.F
index 6e73ae6..fbb72f2 100644
--- a/src/WaveToy.F
+++ b/src/WaveToy.F
@@ -110,12 +110,9 @@
DECLARE_CCTK_PARAMETERS
DECLARE_CCTK_FUNCTIONS
- integer i
- integer :: ierr=0
+ integer :: ierr
-c Apply the symmetry boundary conditions on any coordinate axes
-c -------------------------------------------------------------
- call CartSymGN(ierr,cctkGH,"wavetoy::scalarevolve")
+ ierr = 0
c Apply the outer boundary conditions
c -----------------------------------