BSIM3SOI{DD,FD,PD}owner and BSIM3SOI{DD,FD,PD}states where swapped in the

structure. Corrected and updated changelog. Thanks to Jon.
This commit is contained in:
pnenzi 2003-07-25 20:26:25 +00:00
parent 78ad27c858
commit d381bf8026
4 changed files with 8 additions and 4 deletions

View File

@ -5,6 +5,10 @@
* src/frontend/vectors.c: Applied Vera patch.
* src/spicelib/devices/bsim3soi_{dd,fd,pd}:
Corrected bsim3soi{pd,fd,dd}def.h, owner and states fields
were swapped. Thanks to Jon Elngelbert.
2003-07-23 Paolo Nenzi <p.nenzi@ieee.org>
* A lot of changes that touched too many files to mention each one.

View File

@ -22,9 +22,9 @@ typedef struct sB3SOIDDinstance
{
struct sB3SOIDDmodel *B3SOIDDmodPtr;
struct sB3SOIDDinstance *B3SOIDDnextInstance;
IFuid B3SOIDDname;
int B3SOIDDstates; /* index into state table for this device */
IFuid B3SOIDDname;
int B3SOIFDowner;
int B3SOIDDstates; /* index into state table for this device */
int B3SOIDDdNode;
int B3SOIDDgNode;
int B3SOIDDsNode;

View File

@ -23,8 +23,8 @@ typedef struct sB3SOIFDinstance
struct sB3SOIFDmodel *B3SOIFDmodPtr;
struct sB3SOIFDinstance *B3SOIFDnextInstance;
IFuid B3SOIFDname;
int B3SOIFDstates; /* index into state table for this device */
int B3SOIPDowner;
int B3SOIFDstates; /* index into state table for this device */
int B3SOIFDdNode;
int B3SOIFDgNode;
int B3SOIFDsNode;

View File

@ -25,8 +25,8 @@ typedef struct sB3SOIPDinstance
struct sB3SOIPDmodel *B3SOIPDmodPtr;
struct sB3SOIPDinstance *B3SOIPDnextInstance;
IFuid B3SOIPDname;
int B3SOIPDstates; /* index into state table for this device */
int B3SOIPDowner;
int B3SOIPDstates; /* index into state table for this device */
int B3SOIPDdNode;
int B3SOIPDgNode;
int B3SOIPDsNode;