aboutsummaryrefslogtreecommitdiff
path: root/src/InitSymBound.F
diff options
context:
space:
mode:
Diffstat (limited to 'src/InitSymBound.F')
-rw-r--r--src/InitSymBound.F3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/InitSymBound.F b/src/InitSymBound.F
index 912f0e2..d077848 100644
--- a/src/InitSymBound.F
+++ b/src/InitSymBound.F
@@ -31,9 +31,10 @@
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 WaveToyF90_InitSymbound