From 6ba9342c3b059f974db57e3904c50973f01440c2 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 31 Jan 2007 05:15:00 +0000 Subject: 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 --- src/WaveToy.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3