aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschnetter <schnetter@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2004-03-09 13:47:31 +0000
committerschnetter <schnetter@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2004-03-09 13:47:31 +0000
commit22399fbf5205d3595fa5a649f5ee951f6fb84275 (patch)
tree5c06daa18978117aabc8befb1c1d9de75d8974b8 /src
parent7d6590ba3bbbe367d658a7fb6e78bdd857ee1366 (diff)
Do not explicitly apply the symmetry boundary conditions any more.
Activate SymBase thorn in all parameter files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@92 f80f6fb6-8356-4fd4-90bc-d84ad503c100
Diffstat (limited to 'src')
-rw-r--r--src/WaveToy.F7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/WaveToy.F b/src/WaveToy.F
index 6e73ae6..fbb72f2 100644
--- a/src/WaveToy.F
+++ b/src/WaveToy.F
@@ -110,12 +110,9 @@
DECLARE_CCTK_PARAMETERS
DECLARE_CCTK_FUNCTIONS
- integer i
- integer :: ierr=0
+ integer :: ierr
-c Apply the symmetry boundary conditions on any coordinate axes
-c -------------------------------------------------------------
- call CartSymGN(ierr,cctkGH,"wavetoy::scalarevolve")
+ ierr = 0
c Apply the outer boundary conditions
c -----------------------------------