USE_OMP, fix type of local variables `idx' and `InstCount'

This commit is contained in:
rlar 2016-07-09 15:18:40 +02:00
parent 994bec7859
commit fddbb7d9eb
12 changed files with 12 additions and 12 deletions

View File

@ -3130,7 +3130,7 @@ return(OK);
#ifdef USE_OMP
void BSIM3LoadRhsMat(GENmodel *inModel, CKTcircuit *ckt)
{
unsigned int InstCount, idx;
int InstCount, idx;
BSIM3instance **InstArray;
BSIM3instance *here;
BSIM3model *model = (BSIM3model*)inModel;

View File

@ -42,7 +42,7 @@ CKTnode *tmpNode;
IFuid tmpName;
#ifdef USE_OMP
unsigned int idx, InstCount;
int idx, InstCount;
BSIM3instance **InstArray;
#endif

View File

@ -5414,7 +5414,7 @@ int BSIM4polyDepletion(
#ifdef USE_OMP
void BSIM4LoadRhsMat(GENmodel *inModel, CKTcircuit *ckt)
{
unsigned int InstCount, idx;
int InstCount, idx;
BSIM4instance **InstArray;
BSIM4instance *here;
BSIM4model *model = (BSIM4model*)inModel;

View File

@ -61,7 +61,7 @@ double Rtot, DMCGeff, DMCIeff, DMDGeff;
JOB *job;
#ifdef USE_OMP
unsigned int idx, InstCount;
int idx, InstCount;
BSIM4instance **InstArray;
#endif

View File

@ -5204,7 +5204,7 @@ int BSIM4v6polyDepletion(
#ifdef USE_OMP
void BSIM4v6LoadRhsMat(GENmodel *inModel, CKTcircuit *ckt)
{
unsigned int InstCount, idx;
int InstCount, idx;
BSIM4v6instance **InstArray;
BSIM4v6instance *here;
BSIM4v6model *model = (BSIM4v6model*)inModel;

View File

@ -60,7 +60,7 @@ JOB *job;
#ifdef USE_OMP
unsigned int idx, InstCount;
int idx, InstCount;
BSIM4v6instance **InstArray;
#endif

View File

@ -5359,7 +5359,7 @@ int BSIM4v7polyDepletion(
#ifdef USE_OMP
void BSIM4v7LoadRhsMat(GENmodel *inModel, CKTcircuit *ckt)
{
unsigned int InstCount, idx;
int InstCount, idx;
BSIM4v7instance **InstArray;
BSIM4v7instance *here;
BSIM4v7model *model = (BSIM4v7model*)inModel;

View File

@ -59,7 +59,7 @@ double Rtot, DMCGeff, DMCIeff, DMDGeff;
JOB *job;
#ifdef USE_OMP
unsigned int idx, InstCount;
int idx, InstCount;
BSIM4v7instance **InstArray;
#endif

View File

@ -10963,7 +10963,7 @@ synchronisation required.*/
void B4SOILoadRhsMat(GENmodel *inModel, CKTcircuit *ckt)
{
unsigned int InstCount, idx;
int InstCount, idx;
B4SOIinstance **InstArray;
B4SOIinstance *here;
B4SOImodel *model = (B4SOImodel*)inModel;

View File

@ -54,7 +54,7 @@ double Cboxt;
double Vbs0t, Qsi;
#ifdef USE_OMP
unsigned int idx, InstCount;
int idx, InstCount;
B4SOIinstance **InstArray;
#endif

View File

@ -1493,7 +1493,7 @@ vsum0 = vsum ;
#ifdef USE_OMP
void HSM2LoadRhsMat(GENmodel *inModel, CKTcircuit *ckt)
{
unsigned int InstCount, idx;
int InstCount, idx;
HSM2instance **InstArray;
HSM2instance *here;
HSM2model *model = (HSM2model*)inModel;

View File

@ -115,7 +115,7 @@ int HSM2setup(
double Lbin=0.0, Wbin=0.0, LWbin =0.0; /* binning */
#ifdef USE_OMP
unsigned int idx, InstCount;
int idx, InstCount;
HSM2instance **InstArray;
#endif