Merge branch 'master' into reconnection
This commit is contained in:
commit
1d06c43531
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user