From 22399fbf5205d3595fa5a649f5ee951f6fb84275 Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 9 Mar 2004 13:47:31 +0000 Subject: 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 --- src/WaveToy.F | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/WaveToy.F') 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 ----------------------------------- -- cgit v1.2.3