aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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