aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrideout <rideout@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2003-05-15 09:22:32 +0000
committerrideout <rideout@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2003-05-15 09:22:32 +0000
commit1d23cd8f1df5070f427e1248c9749c508a17074e (patch)
tree97ff2d4eaa8d0d390988160913b68d7ab774faca /src
parent862c1eba4190b47dc99726f2cb367506dfd65f7b (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/WaveToyC/trunk@88 90eea020-d82d-4da5-bf6e-4ee79ff7632f
Diffstat (limited to 'src')
-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
{