aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/WaveToy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WaveToy.c b/src/WaveToy.c
index 1c2aac8..6aa0d1a 100644
--- a/src/WaveToy.c
+++ b/src/WaveToy.c
@@ -163,8 +163,7 @@ void WaveToyC_Boundaries(CCTK_ARGUMENTS)
}
else if (CCTK_Equals(bound,"none"))
{
- ierr = Boundary_SelectVarForBC(cctkGH, CCTK_ALL_FACES, 1, -1, "wavetoy::phi",
- "None");
+ /* Do nothing */
}
else
{