This commit is contained in:
Dan Moore 2026-03-11 16:00:52 -07:00 committed by GitHub
commit 85fda9b71b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -503,6 +503,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"