From c5674a63df4ad1855ef4177ea34b949e28848403 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/WaveToyCXX/trunk@60 50555cc7-fb31-491a-85db-9a2874240742 --- src/WaveToy.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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 { -- cgit v1.2.3