From c09540927c25c13db8000a64f561c748bb72e373 Mon Sep 17 00:00:00 2001 From: rideout Date: Mon, 17 Feb 2003 21:56:43 +0000 Subject: The radiative boundary condition is now registered under the name "Radiation". git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@77 f80f6fb6-8356-4fd4-90bc-d84ad503c100 --- src/WaveToy.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WaveToy.F b/src/WaveToy.F index 05d847e..00e67e0 100644 --- a/src/WaveToy.F +++ b/src/WaveToy.F @@ -146,7 +146,7 @@ c be passed $ "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