aboutsummaryrefslogtreecommitdiff
path: root/src/WaveToy.F90
diff options
context:
space:
mode:
Diffstat (limited to 'src/WaveToy.F90')
-rw-r--r--src/WaveToy.F906
1 files changed, 2 insertions, 4 deletions
diff --git a/src/WaveToy.F90 b/src/WaveToy.F90
index 47cf06a..f6d16de 100644
--- a/src/WaveToy.F90
+++ b/src/WaveToy.F90
@@ -113,11 +113,9 @@ subroutine WaveToyFreeF90_Boundaries(CCTK_ARGUMENTS)
DECLARE_CCTK_PARAMETERS
DECLARE_CCTK_FUNCTIONS
- CCTK_INT :: ierr=0
+ CCTK_INT :: ierr
-! Apply the symmetry boundary conditions on any coordinate axes
-! -------------------------------------------------------------
- call CartSymGN(ierr,cctkGH,"wavetoy::scalarevolve")
+ ierr = 0
! Apply the outer boundary conditions
! -----------------------------------