fix for HeVessel with IL

it seems HeVessel it not shown without explicitely give
cc hav 2 on config
This commit is contained in:
2023-09-01 09:54:30 +02:00
parent 61d43cb980
commit 4bcd779dda

View File

@ -92,6 +92,7 @@ proc makeCCU4 {args} {
set vessel [silent 0 result instconfig hevessel]
if {$vessel ne "0"} {
catch {cc hea 1}
catch {cc hav 2}
catch {cc hem0 475}
catch {cc hfu0 0}
}