aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/WaveToy.F2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WaveToy.F b/src/WaveToy.F
index f1fc49a..3e113f0 100644
--- a/src/WaveToy.F
+++ b/src/WaveToy.F
@@ -125,7 +125,7 @@ c ----------------
if (CCTK_EQUALS(bound,"flat")) then
call ApplyFlatBC(ierr,cctkGH,sw,"wavetoy::phi")
else if (CCTK_EQUALS(bound,"radiation")) then
- call ApplyRadiativeBC(ierr,cctkGH,zero,sw,
+ call ApplyRadiativeBC(ierr,cctkGH,zero,zero,sw,
& "wavetoy::phi","wavetoy::phi_old")
end if