white space changes

This commit is contained in:
Francesco Lannutti 2012-10-22 23:06:25 +02:00
parent 3342f58149
commit cb0ff8049a
22 changed files with 44 additions and 22 deletions

View File

@ -60,7 +60,8 @@ double m;
for (; model != NULL; model = model->BSIM4nextModel)
{ for (here = model->BSIM4instances; here!= NULL;
here = here->BSIM4nextInstance)
{ if (here->BSIM4owner != ARCHme) continue;
{
if (here->BSIM4owner != ARCHme) continue;
pParam = here->pParam;
capbd = here->BSIM4capbd;
capbs = here->BSIM4capbs;

View File

@ -44,7 +44,8 @@ double tol0, tol1, tol2, tol3, tol4, tol5, tol6;
for (; model != NULL; model = model->BSIM4nextModel)
{ for (here = model->BSIM4instances; here != NULL ;
here=here->BSIM4nextInstance)
{ if (here->BSIM4owner != ARCHme) continue;
{
if (here->BSIM4owner != ARCHme) continue;
vds = model->BSIM4type
* (*(ckt->CKTrhsOld + here->BSIM4dNodePrime)
- *(ckt->CKTrhsOld + here->BSIM4sNodePrime));

View File

@ -27,7 +27,8 @@ BSIM4instance *here;
for (; model ; model = model->BSIM4nextModel)
{ for (here = model->BSIM4instances; here; here = here->BSIM4nextInstance)
{ if (here->BSIM4owner != ARCHme) continue;
{
if (here->BSIM4owner != ARCHme) continue;
if (!here->BSIM4icVDSGiven)
{ here->BSIM4icVDS = *(ckt->CKTrhs + here->BSIM4dNode)
- *(ckt->CKTrhs + here->BSIM4sNode);

View File

@ -254,7 +254,8 @@ ChargeComputationNeeded =
for (; model != NULL; model = model->BSIM4nextModel)
{ for (here = model->BSIM4instances; here != NULL;
here = here->BSIM4nextInstance)
{ if (here->BSIM4owner != ARCHme) continue;
{
if (here->BSIM4owner != ARCHme) continue;
#endif
Check = Check1 = Check2 = 1;

View File

@ -55,7 +55,8 @@ double m;
for (; model != NULL; model = model->BSIM4nextModel)
{ for (here = model->BSIM4instances; here!= NULL;
here = here->BSIM4nextInstance)
{ if (here->BSIM4owner != ARCHme) continue;
{
if (here->BSIM4owner != ARCHme) continue;
pParam = here->pParam;
capbd = here->BSIM4capbd;
capbs = here->BSIM4capbs;

View File

@ -408,7 +408,8 @@ int Size_Not_Found, i;
/* loop through all the instances of the model */
for (here = model->BSIM4instances; here != NULL;
here = here->BSIM4nextInstance)
{ if (here->BSIM4owner != ARCHme) continue;
{
if (here->BSIM4owner != ARCHme) continue;
pSizeDependParamKnot = model->pSizeDependParamKnot;
Size_Not_Found = 1;
while ((pSizeDependParamKnot != NULL) && Size_Not_Found)

View File

@ -58,7 +58,8 @@ double m;
for (; model != NULL; model = model->BSIM4v4nextModel)
{ for (here = model->BSIM4v4instances; here!= NULL;
here = here->BSIM4v4nextInstance)
{ if (here->BSIM4v4owner != ARCHme) continue;
{
if (here->BSIM4v4owner != ARCHme) continue;
pParam = here->pParam;
capbd = here->BSIM4v4capbd;
capbs = here->BSIM4v4capbs;

View File

@ -25,7 +25,8 @@ BSIM4v4instance *here;
for (; model ; model = model->BSIM4v4nextModel)
{ for (here = model->BSIM4v4instances; here; here = here->BSIM4v4nextInstance)
{ if (here->BSIM4v4owner != ARCHme) continue;
{
if (here->BSIM4v4owner != ARCHme) continue;
if (!here->BSIM4v4icVDSGiven)
{ here->BSIM4v4icVDS = *(ckt->CKTrhs + here->BSIM4v4dNode)
- *(ckt->CKTrhs + here->BSIM4v4sNode);

View File

@ -208,7 +208,8 @@ ChargeComputationNeeded =
for (; model != NULL; model = model->BSIM4v4nextModel)
{ for (here = model->BSIM4v4instances; here != NULL;
here = here->BSIM4v4nextInstance)
{ if (here->BSIM4v4owner != ARCHme) continue;
{
if (here->BSIM4v4owner != ARCHme) continue;
Check = Check1 = Check2 = 1;
ByPass = 0;
pParam = here->pParam;

View File

@ -53,7 +53,8 @@ double m;
for (; model != NULL; model = model->BSIM4v4nextModel)
{ for (here = model->BSIM4v4instances; here!= NULL;
here = here->BSIM4v4nextInstance)
{ if (here->BSIM4v4owner != ARCHme) continue;
{
if (here->BSIM4v4owner != ARCHme) continue;
pParam = here->pParam;
capbd = here->BSIM4v4capbd;
capbs = here->BSIM4v4capbs;

View File

@ -343,7 +343,8 @@ int Size_Not_Found, i;
/* loop through all the instances of the model */
for (here = model->BSIM4v4instances; here != NULL;
here = here->BSIM4v4nextInstance)
{ if (here->BSIM4v4owner != ARCHme) continue;
{
if (here->BSIM4v4owner != ARCHme) continue;
pSizeDependParamKnot = model->pSizeDependParamKnot;
Size_Not_Found = 1;
while ((pSizeDependParamKnot != NULL) && Size_Not_Found)

View File

@ -58,7 +58,8 @@ double m;
for (; model != NULL; model = model->BSIM4v5nextModel)
{ for (here = model->BSIM4v5instances; here!= NULL;
here = here->BSIM4v5nextInstance)
{ if (here->BSIM4v5owner != ARCHme) continue;
{
if (here->BSIM4v5owner != ARCHme) continue;
pParam = here->pParam;
capbd = here->BSIM4v5capbd;
capbs = here->BSIM4v5capbs;

View File

@ -25,7 +25,8 @@ BSIM4v5instance *here;
for (; model ; model = model->BSIM4v5nextModel)
{ for (here = model->BSIM4v5instances; here; here = here->BSIM4v5nextInstance)
{ if (here->BSIM4v5owner != ARCHme) continue;
{
if (here->BSIM4v5owner != ARCHme) continue;
if (!here->BSIM4v5icVDSGiven)
{ here->BSIM4v5icVDS = *(ckt->CKTrhs + here->BSIM4v5dNode)
- *(ckt->CKTrhs + here->BSIM4v5sNode);

View File

@ -209,7 +209,8 @@ ChargeComputationNeeded = 1;
for (; model != NULL; model = model->BSIM4v5nextModel)
{ for (here = model->BSIM4v5instances; here != NULL;
here = here->BSIM4v5nextInstance)
{ if (here->BSIM4v5owner != ARCHme) continue;
{
if (here->BSIM4v5owner != ARCHme) continue;
Check = Check1 = Check2 = 1;
ByPass = 0;
pParam = here->pParam;

View File

@ -53,7 +53,8 @@ double m;
for (; model != NULL; model = model->BSIM4v5nextModel)
{ for (here = model->BSIM4v5instances; here!= NULL;
here = here->BSIM4v5nextInstance)
{ if (here->BSIM4v5owner != ARCHme) continue;
{
if (here->BSIM4v5owner != ARCHme) continue;
pParam = here->pParam;
capbd = here->BSIM4v5capbd;
capbs = here->BSIM4v5capbs;

View File

@ -339,7 +339,8 @@ int Size_Not_Found, i;
/* loop through all the instances of the model */
for (here = model->BSIM4v5instances; here != NULL;
here = here->BSIM4v5nextInstance)
{ if (here->BSIM4v5owner != ARCHme) continue;
{
if (here->BSIM4v5owner != ARCHme) continue;
pSizeDependParamKnot = model->pSizeDependParamKnot;
Size_Not_Found = 1;
while ((pSizeDependParamKnot != NULL) && Size_Not_Found)

View File

@ -60,7 +60,8 @@ double m;
for (; model != NULL; model = model->BSIM4v6nextModel)
{ for (here = model->BSIM4v6instances; here!= NULL;
here = here->BSIM4v6nextInstance)
{ if (here->BSIM4v6owner != ARCHme) continue;
{
if (here->BSIM4v6owner != ARCHme) continue;
pParam = here->pParam;
capbd = here->BSIM4v6capbd;
capbs = here->BSIM4v6capbs;

View File

@ -44,7 +44,8 @@ double tol0, tol1, tol2, tol3, tol4, tol5, tol6;
for (; model != NULL; model = model->BSIM4v6nextModel)
{ for (here = model->BSIM4v6instances; here != NULL ;
here=here->BSIM4v6nextInstance)
{ if (here->BSIM4v6owner != ARCHme) continue;
{
if (here->BSIM4v6owner != ARCHme) continue;
vds = model->BSIM4v6type
* (*(ckt->CKTrhsOld + here->BSIM4v6dNodePrime)
- *(ckt->CKTrhsOld + here->BSIM4v6sNodePrime));

View File

@ -27,7 +27,8 @@ BSIM4v6instance *here;
for (; model ; model = model->BSIM4v6nextModel)
{ for (here = model->BSIM4v6instances; here; here = here->BSIM4v6nextInstance)
{ if (here->BSIM4v6owner != ARCHme) continue;
{
if (here->BSIM4v6owner != ARCHme) continue;
if (!here->BSIM4v6icVDSGiven)
{ here->BSIM4v6icVDS = *(ckt->CKTrhs + here->BSIM4v6dNode)
- *(ckt->CKTrhs + here->BSIM4v6sNode);

View File

@ -254,7 +254,8 @@ ChargeComputationNeeded =
for (; model != NULL; model = model->BSIM4v6nextModel)
{ for (here = model->BSIM4v6instances; here != NULL;
here = here->BSIM4v6nextInstance)
{ if (here->BSIM4v6owner != ARCHme) continue;
{
if (here->BSIM4v6owner != ARCHme) continue;
#endif
Check = Check1 = Check2 = 1;

View File

@ -55,7 +55,8 @@ double m;
for (; model != NULL; model = model->BSIM4v6nextModel)
{ for (here = model->BSIM4v6instances; here!= NULL;
here = here->BSIM4v6nextInstance)
{ if (here->BSIM4v6owner != ARCHme) continue;
{
if (here->BSIM4v6owner != ARCHme) continue;
pParam = here->pParam;
capbd = here->BSIM4v6capbd;
capbs = here->BSIM4v6capbs;

View File

@ -387,7 +387,8 @@ int Size_Not_Found, i;
/* loop through all the instances of the model */
for (here = model->BSIM4v6instances; here != NULL;
here = here->BSIM4v6nextInstance)
{ if (here->BSIM4v6owner != ARCHme) continue;
{
if (here->BSIM4v6owner != ARCHme) continue;
pSizeDependParamKnot = model->pSizeDependParamKnot;
Size_Not_Found = 1;
while ((pSizeDependParamKnot != NULL) && Size_Not_Found)