aboutsummaryrefslogtreecommitdiff
path: root/src/WaveToy.F77
diff options
context:
space:
mode:
Diffstat (limited to 'src/WaveToy.F77')
-rw-r--r--src/WaveToy.F776
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WaveToy.F77 b/src/WaveToy.F77
index 4a363a5..cb5092f 100644
--- a/src/WaveToy.F77
+++ b/src/WaveToy.F77
@@ -100,7 +100,7 @@ c ----------------
@desc
Boundary conditions for the wave equation
@enddesc
- @calls CartSymBCGroup,FlatBC,RadiativeBC
+ @calls CartSymGN,FlatBC,RadiativeBC
@history
@endhistory
@@ -130,13 +130,13 @@ c Local declarations
c Set the stencil width
c ---------------------
- sw(1)=1
+ sw(1)=1
sw(2)=1
sw(3)=1
c Apply the symmetry boundary conditions on any coordinate axes
c -------------------------------------------------------------
- call CartSymBCGroup(ierr,cctkGH,"wavetoy::scalarevolve")
+ call CartSymGN(ierr,cctkGH,"wavetoy::scalarevolve")
c Apply the outer boundary conditions
c -----------------------------------