aboutsummaryrefslogtreecommitdiff
path: root/src/InitSymBound.F90
diff options
context:
space:
mode:
Diffstat (limited to 'src/InitSymBound.F90')
-rw-r--r--src/InitSymBound.F905
1 files changed, 3 insertions, 2 deletions
diff --git a/src/InitSymBound.F90 b/src/InitSymBound.F90
index 2e8be89..8822a73 100644
--- a/src/InitSymBound.F90
+++ b/src/InitSymBound.F90
@@ -30,9 +30,10 @@ subroutine WaveToyFreeF90_InitSymBound(CCTK_ARGUMENTS)
implicit none
DECLARE_CCTK_ARGUMENTS
-
+
+ INTEGER :: ierr
INTEGER, DIMENSION(3) :: sym = 1
- call SetCartSymmetry(cctkGH, sym, 'wavetoy::phi')
+ call SetCartSymVN(ierr, cctkGH, sym, 'wavetoy::phi')
end subroutine WaveToyFreeF90_InitSymbound