rbmin, rbmax were not properly set when boundary description was absent
This commit is contained in:
parent
fb2729f9b7
commit
469c37e098
@ -1349,8 +1349,8 @@ c end do
|
|||||||
c
|
c
|
||||||
c compute max and min z of last closed surface
|
c compute max and min z of last closed surface
|
||||||
c
|
c
|
||||||
rbmin=rax
|
rbmin=rmaxis
|
||||||
rbmax=rax
|
rbmax=rmaxis
|
||||||
if (nbbbs.gt.1) then
|
if (nbbbs.gt.1) then
|
||||||
zbmin=1.0d+30
|
zbmin=1.0d+30
|
||||||
zbmax=-1.0d+30
|
zbmax=-1.0d+30
|
||||||
|
Loading…
Reference in New Issue
Block a user