Files
sea/tcl/startup/dilpars.tcl
2023-09-18 10:44:31 +02:00

9 lines
162 B
Tcl

proc apply_dilpars {} {
catch {
ts auto/condenseflow [hval dilpars/condenseflow]
}
catch {
ts auto/circulateflow [hval dilpars/circulateflow]
}
}