bug fix, isrc polarity inversion

This commit is contained in:
rlar 2011-03-04 21:48:29 +00:00
parent 0a14caeb11
commit 165d26be3e
2 changed files with 8 additions and 1 deletions

View File

@ -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
* diode & bjt temperature model update tlev, tlevc
* cktsgen.c: segfault fix

View File

@ -26,8 +26,8 @@ typedef struct sISRCinstance {
int ISRCowner; /* number of owner process */
int ISRCstate; /* not used */
int ISRCposNode; /* number of positive 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 ISRCfunctionOrder; /* order of the function for the source */