no message

This commit is contained in:
dwarning 2011-03-20 09:33:58 +00:00
parent 59decd9ba0
commit 64174665b4
1 changed files with 1 additions and 1 deletions

View File

@ -387,12 +387,12 @@ typedef struct sBSIM2model { /* model structure for a resistor */
double B2deltaLength;
double B2fNcoef;
double B2fNexp;
int B2channelChargePartitionFlag;
struct bsim2SizeDependParam *pSizeDependParamKnot;
int B2channelChargePartitionFlag :1;
unsigned B2vfb0Given :1;
unsigned B2vfbLGiven :1;
unsigned B2vfbWGiven :1;