Browse Source

white space changes

Francesco Lannutti 14 years ago
parent
commit
cb0ff8049a
  1. 3
      src/spicelib/devices/bsim4/b4acld.c
  2. 3
      src/spicelib/devices/bsim4/b4cvtest.c
  3. 3
      src/spicelib/devices/bsim4/b4getic.c
  4. 3
      src/spicelib/devices/bsim4/b4ld.c
  5. 3
      src/spicelib/devices/bsim4/b4pzld.c
  6. 3
      src/spicelib/devices/bsim4/b4temp.c
  7. 3
      src/spicelib/devices/bsim4v4/b4v4acld.c
  8. 3
      src/spicelib/devices/bsim4v4/b4v4getic.c
  9. 3
      src/spicelib/devices/bsim4v4/b4v4ld.c
  10. 3
      src/spicelib/devices/bsim4v4/b4v4pzld.c
  11. 3
      src/spicelib/devices/bsim4v4/b4v4temp.c
  12. 3
      src/spicelib/devices/bsim4v5/b4v5acld.c
  13. 3
      src/spicelib/devices/bsim4v5/b4v5getic.c
  14. 3
      src/spicelib/devices/bsim4v5/b4v5ld.c
  15. 3
      src/spicelib/devices/bsim4v5/b4v5pzld.c
  16. 3
      src/spicelib/devices/bsim4v5/b4v5temp.c
  17. 3
      src/spicelib/devices/bsim4v6/b4v6acld.c
  18. 3
      src/spicelib/devices/bsim4v6/b4v6cvtest.c
  19. 3
      src/spicelib/devices/bsim4v6/b4v6getic.c
  20. 3
      src/spicelib/devices/bsim4v6/b4v6ld.c
  21. 3
      src/spicelib/devices/bsim4v6/b4v6pzld.c
  22. 3
      src/spicelib/devices/bsim4v6/b4v6temp.c

3
src/spicelib/devices/bsim4/b4acld.c

@ -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;

3
src/spicelib/devices/bsim4/b4cvtest.c

@ -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));

3
src/spicelib/devices/bsim4/b4getic.c

@ -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);

3
src/spicelib/devices/bsim4/b4ld.c

@ -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;

3
src/spicelib/devices/bsim4/b4pzld.c

@ -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;

3
src/spicelib/devices/bsim4/b4temp.c

@ -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)

3
src/spicelib/devices/bsim4v4/b4v4acld.c

@ -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;

3
src/spicelib/devices/bsim4v4/b4v4getic.c

@ -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);

3
src/spicelib/devices/bsim4v4/b4v4ld.c

@ -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;

3
src/spicelib/devices/bsim4v4/b4v4pzld.c

@ -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;

3
src/spicelib/devices/bsim4v4/b4v4temp.c

@ -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)

3
src/spicelib/devices/bsim4v5/b4v5acld.c

@ -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;

3
src/spicelib/devices/bsim4v5/b4v5getic.c

@ -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);

3
src/spicelib/devices/bsim4v5/b4v5ld.c

@ -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;

3
src/spicelib/devices/bsim4v5/b4v5pzld.c

@ -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;

3
src/spicelib/devices/bsim4v5/b4v5temp.c

@ -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)

3
src/spicelib/devices/bsim4v6/b4v6acld.c

@ -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;

3
src/spicelib/devices/bsim4v6/b4v6cvtest.c

@ -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));

3
src/spicelib/devices/bsim4v6/b4v6getic.c

@ -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);

3
src/spicelib/devices/bsim4v6/b4v6ld.c

@ -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;

3
src/spicelib/devices/bsim4v6/b4v6pzld.c

@ -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;

3
src/spicelib/devices/bsim4v6/b4v6temp.c

@ -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)

Loading…
Cancel
Save