aboutsummaryrefslogtreecommitdiff
path: root/src/WaveToy.F77
diff options
context:
space:
mode:
Diffstat (limited to 'src/WaveToy.F77')
-rw-r--r--src/WaveToy.F773
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WaveToy.F77 b/src/WaveToy.F77
index 836f2d5..9658beb 100644
--- a/src/WaveToy.F77
+++ b/src/WaveToy.F77
@@ -137,6 +137,9 @@ c -----------------------------------
else if (CCTK_Equals(bound,"radiation").eq.1) then
call BndRadiativeVN(ierr,cctkGH,sw,zero,one,"wavetoy::phi",
& "wavetoy::phi")
+ else if (CCTK_Equals(bound,"robin").eq.1) then
+ call RobinBCVar(ierr,cctkGH,1.0,1,sw,
+ & "wavetoy::phi")
end if
if (ierr < 0) then