aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@50555cc7-fb31-491a-85db-9a2874240742>2007-01-31 05:15:00 +0000
committerschnetter <schnetter@50555cc7-fb31-491a-85db-9a2874240742>2007-01-31 05:15:00 +0000
commit6ba9342c3b059f974db57e3904c50973f01440c2 (patch)
treeb34fd0b2cc7d427461f139beef51bba4ed41f3fb
parentadb50fe58bb3f01fd6ade5f94fa2da444099379d (diff)
Convert "zero" boundary condition to "scalar" boundary condition, as
is done in WaveToyC. (The code intended to do that, but contained an error.) git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@88 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 aba67aa..4339f67 100644
--- a/src/WaveToy.cc
+++ b/src/WaveToy.cc
@@ -109,7 +109,7 @@ extern "C" void WaveToyCXX_Boundaries(CCTK_ARGUMENTS)
}
else if (CCTK_EQUALS(bound,"zero"))
{
- bctype = bound;
+ bctype = "scalar";
}
// Uses all default arguments, so invalid table handle -1 can be passed