Merge branch 'master' into reconnection

This commit is contained in:
Grzegorz Kowal 2018-01-17 08:28:30 -02:00
commit 1d06c43531

View File

@ -1189,7 +1189,7 @@ module equations
! !
np = 0 np = 0
p = 1 p = 1
do while (n < 2 .and. p < 3) do while (np < 2 .and. p <= 4)
il = max( 1, i - p) il = max( 1, i - p)
iu = min(im, i + p) iu = min(im, i + p)
jl = max( 1, j - p) jl = max( 1, j - p)