9 lines
162 B
Tcl
9 lines
162 B
Tcl
proc apply_dilpars {} {
|
|
catch {
|
|
ts auto/condenseflow [hval dilpars/condenseflow]
|
|
}
|
|
catch {
|
|
ts auto/circulateflow [hval dilpars/circulateflow]
|
|
}
|
|
}
|