aboutsummaryrefslogtreecommitdiff
path: root/src/WaveToy.F77
diff options
context:
space:
mode:
Diffstat (limited to 'src/WaveToy.F77')
-rw-r--r--src/WaveToy.F774
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WaveToy.F77 b/src/WaveToy.F77
index 63df689..53cd99f 100644
--- a/src/WaveToy.F77
+++ b/src/WaveToy.F77
@@ -108,7 +108,7 @@ c -----------------
@desc
Boundary conditions for the wave equation
@enddesc
- @calls ApplySymmetry,ApplyFlatBC,ApplyRadiativeBC
+ @calls CartSymBCGroup,FlatBC,RadiativeBC
@history
@endhistory
@@ -144,7 +144,7 @@ c ---------------------
c Apply the symmetry boundary conditions on any coordinate axes
c -------------------------------------------------------------
- call ApplySymmetry(cctkGH,"wavetoyf77::scalartmps")
+ call CartSymBCGroup(ierr,cctkGH,"wavetoyf77::scalartmps")
c Apply the outer boundary conditions
c -----------------------------------