BOUNDARIES: Call boundaries_corner_prolong() in boundary_variables().

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2014-07-15 11:36:17 -03:00
parent 9254b5997a
commit 309eb2aad2

View File

@ -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()