aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2003-02-17 21:56:43 +0000
committerrideout <rideout@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2003-02-17 21:56:43 +0000
commitc09540927c25c13db8000a64f561c748bb72e373 (patch)
tree73b555391d5ccf4eccd98c60209a341fc60bc4f1
parenta654abb2f5c15f230bc3447206ccd3533a0c43e5 (diff)
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
-rw-r--r--src/WaveToy.F2
1 files changed, 1 insertions, 1 deletions
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");