Hi Al.
in
MODEL_SEMI_RESISTOR::MODEL_SEMI_RESISTOR(const MODEL_SEMI_RESISTOR& p)
:MODEL_SEMI_BASE( ), _rsh(p._rsh)
^the p is missingthis breaks things like .model resmod RES <args> .subckt s .. R1 1 2 resmod .ends X1 .. s, because the model is copied to the scope of X1 via clone (or something like that). regards felix _______________________________________________ Gnucap-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnucap-devel
