aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/WaveToy.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WaveToy.F90 b/src/WaveToy.F90
index 4d7e8c2..ea6b410 100644
--- a/src/WaveToy.F90
+++ b/src/WaveToy.F90
@@ -127,7 +127,7 @@ subroutine WaveToyFreeF90_Boundaries(CCTK_FARGUMENTS)
if (CCTK_EQUALS(bound,"flat")) then
call ApplyFlatBC(ierr,cctkGH,sw,"wavetoyfreef90::phi_tmp")
else if (CCTK_EQUALS(bound,"radiation")) then
- call ApplyRadiativeBC(ierr,cctkGH,zero,one,sw, &
+ call RadiativeBCVar(ierr,cctkGH,zero,one,sw, &
"wavetoyfreef90::phi_tmp","wavetoy::phi")
end if