gnucap-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnucap-devel] bug


From: Felix Salfelder
Subject: [Gnucap-devel] bug
Date: Mon, 24 Dec 2012 20:32:34 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

Hi Al.

in
MODEL_SEMI_RESISTOR::MODEL_SEMI_RESISTOR(const MODEL_SEMI_RESISTOR& p)
:MODEL_SEMI_BASE( ), _rsh(p._rsh)
                 ^the p is missing

this 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]