aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@50555cc7-fb31-491a-85db-9a2874240742>2003-02-17 21:56:43 +0000
committerrideout <rideout@50555cc7-fb31-491a-85db-9a2874240742>2003-02-17 21:56:43 +0000
commit4777a86de1b2267385c5a47f323ccc387965ef9b (patch)
tree6c1250bca515a1e4b7014daa077ee3b4f43880ab
parent45f4b6f10c9c123956c1286b9e5627c26d1bd2e2 (diff)
The radiative boundary condition is now registered under the name "Radiation".
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@55 50555cc7-fb31-491a-85db-9a2874240742
-rw-r--r--src/WaveToy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WaveToy.cc b/src/WaveToy.cc
index e727965..220d8d9 100644
--- a/src/WaveToy.cc
+++ b/src/WaveToy.cc
@@ -144,7 +144,7 @@ extern "C" void WaveToyCXX_Boundaries(CCTK_ARGUMENTS)
{
/* Uses all default arguments, so invalid table handle -1 can be passed */
ierr = Boundary_SelectVarForBC(cctkGH, CCTK_ALL_FACES, -1, "wavetoy::phi",
- "Radiative");
+ "Radiation");
}
else if (CCTK_Equals(bound,"robin"))
{