aboutsummaryrefslogtreecommitdiff
path: root/src/WaveToy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/WaveToy.cc')
-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