aboutsummaryrefslogtreecommitdiff
path: root/src/InitSymBound.F
diff options
context:
space:
mode:
Diffstat (limited to 'src/InitSymBound.F')
-rw-r--r--src/InitSymBound.F5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/InitSymBound.F b/src/InitSymBound.F
index 8f1dd64..a6c4685 100644
--- a/src/InitSymBound.F
+++ b/src/InitSymBound.F
@@ -3,7 +3,7 @@
@date
@author Gabrielle Allen
@desc
- Sets the symmetries for Wave Toy
+ Sets the symmetries across the coordinate axes
@enddesc
@@*/
@@ -34,8 +34,7 @@
INTEGER, DIMENSION(3) :: sym = 1
call SetCartSymmetry(cctkGH, sym, 'wavetoy::phi')
-
- return
+ call SetCartSymmetry(cctkGH, sym, 'wavetoyf90::phi_tmp')
end subroutine WaveToyF90_InitSymbound