From 1d23cd8f1df5070f427e1248c9749c508a17074e Mon Sep 17 00:00:00 2001 From: rideout Date: Thu, 15 May 2003 09:22:32 +0000 Subject: 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 --- src/WaveToy.c | 3 +-- 1 file changed, 1 insertion(+), 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 { -- cgit v1.2.3