From 0174a082bf0e944b4ec0697dc905643c918cff3a Mon Sep 17 00:00:00 2001 From: rideout Date: Mon, 17 Feb 2003 21:56:44 +0000 Subject: The radiative boundary condition is now registered under the name "Radiation". git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyFreeF90/trunk@49 daab82bb-f315-4ad1-b6d0-9353ff8b6e27 --- src/WaveToy.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WaveToy.F90 b/src/WaveToy.F90 index 9b0d9b2..366900e 100644 --- a/src/WaveToy.F90 +++ b/src/WaveToy.F90 @@ -141,7 +141,7 @@ subroutine WaveToyFreeF90_Boundaries(CCTK_ARGUMENTS) "wavetoy::phi", "Static"); else if (CCTK_EQUALS(bound,"radiation")) then call Boundary_SelectVarForBC(ierr, cctkGH, CCTK_ALL_FACES, -1, & - "wavetoy::phi", "Radiative"); + "wavetoy::phi", "Radiation"); else if (CCTK_EQUALS(bound,"robin")) then call Boundary_SelectVarForBC(ierr, cctkGH, CCTK_ALL_FACES, -1, & "wavetoy::phi", "Robin"); -- cgit v1.2.3