aboutsummaryrefslogtreecommitdiff
path: root/src/WaveToy.cc
diff options
context:
space:
mode:
authorrideout <rideout@50555cc7-fb31-491a-85db-9a2874240742>2003-05-15 09:22:32 +0000
committerrideout <rideout@50555cc7-fb31-491a-85db-9a2874240742>2003-05-15 09:22:32 +0000
commitc5674a63df4ad1855ef4177ea34b949e28848403 (patch)
tree10c082eb0c9cfe7e0875f79ddc8b9723cb59f9cd /src/WaveToy.cc
parent2311b56e3a97b6c1bbf64588075cc1cd6225130d (diff)
Setting keyword parameter bound to "none" no longer selects phi for
the "None" boundary condition, so that other thorns can select phi for their own favorite boundary condition. Fixes SampleBoundary testsuite. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@60 50555cc7-fb31-491a-85db-9a2874240742
Diffstat (limited to 'src/WaveToy.cc')
-rw-r--r--src/WaveToy.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WaveToy.cc b/src/WaveToy.cc
index 7dc5920..8acf599 100644
--- a/src/WaveToy.cc
+++ b/src/WaveToy.cc
@@ -160,8 +160,7 @@ extern "C" void WaveToyCXX_Boundaries(CCTK_ARGUMENTS)
}
else if (CCTK_Equals(bound,"none"))
{
- ierr = Boundary_SelectVarForBC(cctkGH, CCTK_ALL_FACES, 1, -1, "wavetoy::phi",
- "None");
+ /* Do nothing */
}
else
{