diff --git a/src/spice.awk b/src/spice.awk index 6267aecd..724206f3 100755 --- a/src/spice.awk +++ b/src/spice.awk @@ -90,8 +90,8 @@ END{ $1 = "" $0 = ".print " $0 } - gsub(/ [mM] *= *1 *$/,"") # xyce does not like m=# fields (multiplicity) removing m=1 is no an issue anyway } + gsub(/ [mM] *= *1 *$/,"") # removing m=1 is no an issue anyway process() } }