devices/bsim3v32: whitespace cleanup

This commit is contained in:
dwarning 2013-05-16 22:22:51 +02:00 committed by rlar
parent 7b2bd10b64
commit ff6a4990bd
5 changed files with 88 additions and 92 deletions

View File

@ -29,9 +29,6 @@ double limitVbe( double, double, int * );
double limitVce( double, double, int * ); double limitVce( double, double, int * );
double limitVgb( double, double, int * ); double limitVgb( double, double, int * );
/* Area Calculation Method (ACM) for MOS models (devsup.c) */ /* Area Calculation Method (ACM) for MOS models (devsup.c) */
int int
ACM_SourceDrainResistances(int, double, double, double, double, double, ACM_SourceDrainResistances(int, double, double, double, double, double,

View File

@ -2529,6 +2529,7 @@ finished:
* pParam->BSIM3v32weff; * pParam->BSIM3v32weff;
} }
} }
} else { } else {
error = ACM_junctionCapacitances( error = ACM_junctionCapacitances(
model->BSIM3v32acmMod, model->BSIM3v32acmMod,

View File

@ -1012,7 +1012,6 @@ int Size_Not_Found, error;
break; break;
} }
} }
} }
} }
return(OK); return(OK);

View File

@ -1757,7 +1757,6 @@ typedef struct sBSIM3v32model
/* ACM parameters */ /* ACM parameters */
#define BSIM3v32_MOD_XL 703 #define BSIM3v32_MOD_XL 703
#define BSIM3v32_MOD_XW 704 #define BSIM3v32_MOD_XW 704
#define BSIM3v32_MOD_HDIF 711 #define BSIM3v32_MOD_HDIF 711
#define BSIM3v32_MOD_LDIF 712 #define BSIM3v32_MOD_LDIF 712
#define BSIM3v32_MOD_LD 713 #define BSIM3v32_MOD_LD 713