aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrideout <rideout@4451c3c6-1034-4891-99ea-21147727ccdf>2003-05-15 09:22:32 +0000
committerrideout <rideout@4451c3c6-1034-4891-99ea-21147727ccdf>2003-05-15 09:22:32 +0000
commit3462883fe5d2f99e63d84094fe37a29e4696029b (patch)
tree0e5c37086848f8211075739a2014da52ea85cb45 /src
parent7a98fbb55439040fa70ca81e0dfdf691f051a147 (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/WaveToyF77/trunk@99 4451c3c6-1034-4891-99ea-21147727ccdf
Diffstat (limited to 'src')
-rw-r--r--src/WaveToy.F773
1 files changed, 1 insertions, 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