don`t break "** sch_path:" / "** sym_path:" lines in spice netlists
This commit is contained in:
parent
576a7e329b
commit
87da969b16
|
|
@ -33,6 +33,7 @@ BEGIN{ quote=0 }
|
|||
|
||||
# dont break .include lines as ngspice chokes on these.
|
||||
if(tolower($1) ~ /\.inc(lude)?|\.lib|\.title|\.save|\.write/) nobreak = 1
|
||||
else if($0 ~/^\*\* ..._path:/) nobreak = 1
|
||||
else nobreak = 0
|
||||
# 20151203 faster executionif no {}' present
|
||||
if($0 ~/[{}']/ || quote) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue