spice netlist: when m=1 (device/subckt multiplicity) dont set it in device netlist lines (redundant and in some cases not accepted)

This commit is contained in:
stefan schippers 2026-01-23 13:12:41 +01:00
parent 2c2f9e6954
commit ee796ff369
1 changed files with 1 additions and 1 deletions

View File

@ -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()
}
}