add missing dilpars proc

This commit is contained in:
l_samenv
2023-09-18 10:44:31 +02:00
parent a44a8a7ce0
commit 9ea4107be3

8
tcl/startup/dilpars.tcl Normal file
View File

@ -0,0 +1,8 @@
proc apply_dilpars {} {
catch {
ts auto/condenseflow [hval dilpars/condenseflow]
}
catch {
ts auto/circulateflow [hval dilpars/circulateflow]
}
}