From 34e725ae921a0c3522bedd09925ab3262698839f Mon Sep 17 00:00:00 2001 From: allen Date: Fri, 24 Sep 1999 09:15:44 +0000 Subject: A bit of tidying git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@29 4451c3c6-1034-4891-99ea-21147727ccdf --- src/WaveToy.F77 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WaveToy.F77 b/src/WaveToy.F77 index 600c65f..63df689 100644 --- a/src/WaveToy.F77 +++ b/src/WaveToy.F77 @@ -149,11 +149,11 @@ c ------------------------------------------------------------- c Apply the outer boundary conditions c ----------------------------------- if (CCTK_EQUALS(bound,"flat")) then - call ApplyFlatBC(ierr,cctkGH,sw,"wavetoyf77::phi_next") + call FlatBCVar(ierr,cctkGH,sw,"wavetoyf77::phi_next") else if (CCTK_EQUALS(bound,"zero")) then - call ApplyConstantBC(ierr,cctkGH,zero,sw,"wavetoyf77::phi_next") + call ConstantBCVar(ierr,cctkGH,zero,sw,"wavetoyf77::phi_next") else if (CCTK_Equals(bound,"radiation").eq.1) then - call ApplyRadiativeBC(ierr,cctkGH,zero,one,sw,"wavetoyf77::phi_next", + call RadiativeBCVar(ierr,cctkGH,zero,one,sw,"wavetoyf77::phi_next", & "wavetoy::phi") end if -- cgit v1.2.3