aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>2003-02-17 21:56:44 +0000
committerrideout <rideout@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>2003-02-17 21:56:44 +0000
commit0174a082bf0e944b4ec0697dc905643c918cff3a (patch)
tree49168a9a5ccd97a8ce5bd1ba956976077d916ce3
parentebbc4fbab0c668291eb5ba27c8d3e47072b20c5e (diff)
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
-rw-r--r--src/WaveToy.F902
1 files changed, 1 insertions, 1 deletions
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");