From 3462883fe5d2f99e63d84094fe37a29e4696029b 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/WaveToyF77/trunk@99 4451c3c6-1034-4891-99ea-21147727ccdf --- src/WaveToy.F77 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/WaveToy.F77 b/src/WaveToy.F77 index 60d1a59..fc361b8 100644 --- a/src/WaveToy.F77 +++ b/src/WaveToy.F77 @@ -156,8 +156,7 @@ c be passed ierr = Boundary_SelectVarForBC(cctkGH, CCTK_ALL_FACES, 1, -1, $ "wavetoy::phi", "Scalar"); else if (CCTK_EQUALS(bound,"none")) then - ierr = Boundary_SelectVarForBC(cctkGH, CCTK_ALL_FACES, 1, -1, - $ "wavetoy::phi", "None"); +c Do nothing else call CCTK_WARN(0,"Unrecognized boundary condition") end if -- cgit v1.2.3