diff --git a/src/boundaries.F90 b/src/boundaries.F90 index fa80f6f..3a83ffc 100644 --- a/src/boundaries.F90 +++ b/src/boundaries.F90 @@ -354,6 +354,10 @@ module boundaries ! call boundaries_corner_restrict() +! prolong corner boundaries from blocks at lower levels +! + call boundaries_corner_prolong() + ! convert updated primitive variables to conservative ones in all ghost cells ! call update_ghost_cells()