aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@4451c3c6-1034-4891-99ea-21147727ccdf>2003-03-26 10:57:46 +0000
committerrideout <rideout@4451c3c6-1034-4891-99ea-21147727ccdf>2003-03-26 10:57:46 +0000
commit88f7b4cc0f426aa55978582a23c5bf9957ae7c0f (patch)
tree2c1fb6af60a6a69e315fed9030f9c6463216756e
parentf6bb62fc2238c7fb429bc12c94800aaa51d79c0b (diff)
Remove debugging print statement.
Fixes CactusWave/1455. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@95 4451c3c6-1034-4891-99ea-21147727ccdf
-rw-r--r--src/WaveToy.F771
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WaveToy.F77 b/src/WaveToy.F77
index c9db34c..8a0edfd 100644
--- a/src/WaveToy.F77
+++ b/src/WaveToy.F77
@@ -147,7 +147,6 @@ c be passed
ierr = Boundary_SelectVarForBC(cctkGH, CCTK_ALL_FACES, -1,
$ "wavetoy::phi", "Static");
else if (CCTK_EQUALS(bound,"radiation")) then
- print *, "selecting for rediation cond"
ierr = Boundary_SelectVarForBC(cctkGH, CCTK_ALL_FACES, -1,
$ "wavetoy::phi", "Radiation");
else if (CCTK_EQUALS(bound,"robin")) then