From 9ea4107be3f11877b410060ccfc2651cfd13f8d7 Mon Sep 17 00:00:00 2001 From: l_samenv Date: Mon, 18 Sep 2023 10:44:31 +0200 Subject: [PATCH] add missing dilpars proc --- tcl/startup/dilpars.tcl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tcl/startup/dilpars.tcl diff --git a/tcl/startup/dilpars.tcl b/tcl/startup/dilpars.tcl new file mode 100644 index 0000000..6d97a17 --- /dev/null +++ b/tcl/startup/dilpars.tcl @@ -0,0 +1,8 @@ +proc apply_dilpars {} { + catch { + ts auto/condenseflow [hval dilpars/condenseflow] + } + catch { + ts auto/circulateflow [hval dilpars/circulateflow] + } +}