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 compute max and min z of last closed surface
|
||||
c
|
||||
rbmin=rax
|
||||
rbmax=rax
|
||||
rbmin=rmaxis
|
||||
rbmax=rmaxis
|
||||
if (nbbbs.gt.1) then
|
||||
zbmin=1.0d+30
|
||||
zbmax=-1.0d+30
|
||||
|
Loading…
Reference in New Issue
Block a user