This commit is contained in:
Dan Moore 2025-03-02 22:21:44 +00:00 committed by GitHub
commit 6b0566fd1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -491,6 +491,9 @@ proc netgen::lvs { name1 name2 {setupfile setup.tcl} {logfile comp.out} args} {
if {![catch {open $setupfile r} fsetup]} {
set sline 0
set command {}
# preface reading of setup file with defaults
netgen::permute default
netgen::property default
while {[gets $fsetup line] >= 0} {
incr sline
append command $line "\n"