aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/WaveToy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WaveToy.c b/src/WaveToy.c
index 1c63f05..1a90f36 100644
--- a/src/WaveToy.c
+++ b/src/WaveToy.c
@@ -117,7 +117,7 @@ void WaveToyC_Boundaries(CCTK_ARGUMENTS)
if (CCTK_EQUALS(bound,"flat") || CCTK_EQUALS(bound,"static") ||
CCTK_EQUALS(bound,"radiation") || CCTK_EQUALS(bound,"robin") ||
- CCTK_EQUALS(bound,"zero") || CCTK_EQUALS(bound,"none"))
+ CCTK_EQUALS(bound,"scalar") || CCTK_EQUALS(bound,"none"))
{
/* Uses all default arguments, so invalid table handle -1 can be passed */
ierr = Boundary_SelectVarForBC