bug fix, isrc polarity inversion
This commit is contained in:
parent
0a14caeb11
commit
165d26be3e
|
|
@ -1,3 +1,10 @@
|
||||||
|
2011-03-04 Robert Larice
|
||||||
|
* src/spicelib/devices/isrc/isrcdefs.h :
|
||||||
|
bug fix, isrc polarity inversion
|
||||||
|
my commit `vsrc, isrc, cleanup aiming for more similarity' from 2011-02-27
|
||||||
|
changed the polarity of the `isrc' current.
|
||||||
|
the structure definition somewhere has an `overlay', how *evil* !
|
||||||
|
|
||||||
2011-03-03 Dietmar Warning
|
2011-03-03 Dietmar Warning
|
||||||
* diode & bjt temperature model update tlev, tlevc
|
* diode & bjt temperature model update tlev, tlevc
|
||||||
* cktsgen.c: segfault fix
|
* cktsgen.c: segfault fix
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ typedef struct sISRCinstance {
|
||||||
int ISRCowner; /* number of owner process */
|
int ISRCowner; /* number of owner process */
|
||||||
int ISRCstate; /* not used */
|
int ISRCstate; /* not used */
|
||||||
|
|
||||||
int ISRCposNode; /* number of positive node of source */
|
|
||||||
int ISRCnegNode; /* number of negative node of source */
|
int ISRCnegNode; /* number of negative node of source */
|
||||||
|
int ISRCposNode; /* number of positive node of source */
|
||||||
|
|
||||||
int ISRCfunctionType; /* code number of function type for source */
|
int ISRCfunctionType; /* code number of function type for source */
|
||||||
int ISRCfunctionOrder; /* order of the function for the source */
|
int ISRCfunctionOrder; /* order of the function for the source */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue