fix for HeVessel with IL
it seems HeVessel it not shown without explicitely give cc hav 2 on config
This commit is contained in:
@ -92,6 +92,7 @@ proc makeCCU4 {args} {
|
|||||||
set vessel [silent 0 result instconfig hevessel]
|
set vessel [silent 0 result instconfig hevessel]
|
||||||
if {$vessel ne "0"} {
|
if {$vessel ne "0"} {
|
||||||
catch {cc hea 1}
|
catch {cc hea 1}
|
||||||
|
catch {cc hav 2}
|
||||||
catch {cc hem0 475}
|
catch {cc hem0 475}
|
||||||
catch {cc hfu0 0}
|
catch {cc hfu0 0}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user