Browse Source

Corrected an error in instance structure. Now should work.

pre-master-46
pnenzi 25 years ago
parent
commit
dff063fd56
  1. 4
      src/spicelib/devices/bsim3/bsim3def.h

4
src/spicelib/devices/bsim3/bsim3def.h

@ -21,6 +21,8 @@ typedef struct sBSIM3instance
struct sBSIM3instance *BSIM3nextInstance;
IFuid BSIM3name;
int BSIM3owner; /* number of owner process */
int BSIM3states; /* index into state table for this device */
int BSIM3dNode;
int BSIM3gNode;
int BSIM3sNode;
@ -154,7 +156,7 @@ typedef struct sBSIM3instance
double *BSIM3SPqPtr;
double *BSIM3BqPtr;
int BSIM3states; /* index into state table for this device */
#define BSIM3vbd BSIM3states+ 0
#define BSIM3vbs BSIM3states+ 1
#define BSIM3vgs BSIM3states+ 2

Loading…
Cancel
Save