diff --git a/src/spicelib/devices/bsim4/b4acld.c b/src/spicelib/devices/bsim4/b4acld.c index 32a082f2e..6cf2631f9 100644 --- a/src/spicelib/devices/bsim4/b4acld.c +++ b/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; diff --git a/src/spicelib/devices/bsim4/b4cvtest.c b/src/spicelib/devices/bsim4/b4cvtest.c index b12d2a040..95fae3a7f 100644 --- a/src/spicelib/devices/bsim4/b4cvtest.c +++ b/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)); diff --git a/src/spicelib/devices/bsim4/b4getic.c b/src/spicelib/devices/bsim4/b4getic.c index 04351b31c..a37cd7cc6 100644 --- a/src/spicelib/devices/bsim4/b4getic.c +++ b/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); diff --git a/src/spicelib/devices/bsim4/b4ld.c b/src/spicelib/devices/bsim4/b4ld.c index 538773d20..be0f7bf93 100644 --- a/src/spicelib/devices/bsim4/b4ld.c +++ b/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; diff --git a/src/spicelib/devices/bsim4/b4pzld.c b/src/spicelib/devices/bsim4/b4pzld.c index 29ce0cf38..270f1d2f2 100644 --- a/src/spicelib/devices/bsim4/b4pzld.c +++ b/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; diff --git a/src/spicelib/devices/bsim4/b4temp.c b/src/spicelib/devices/bsim4/b4temp.c index f0e96a0a9..02cfc878d 100644 --- a/src/spicelib/devices/bsim4/b4temp.c +++ b/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) diff --git a/src/spicelib/devices/bsim4v4/b4v4acld.c b/src/spicelib/devices/bsim4v4/b4v4acld.c index 4089feae8..f87d1b67b 100644 --- a/src/spicelib/devices/bsim4v4/b4v4acld.c +++ b/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; diff --git a/src/spicelib/devices/bsim4v4/b4v4getic.c b/src/spicelib/devices/bsim4v4/b4v4getic.c index 69fdf3fc4..28c6b5bb6 100644 --- a/src/spicelib/devices/bsim4v4/b4v4getic.c +++ b/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); diff --git a/src/spicelib/devices/bsim4v4/b4v4ld.c b/src/spicelib/devices/bsim4v4/b4v4ld.c index 9c7f0ca0f..b2e8974e1 100644 --- a/src/spicelib/devices/bsim4v4/b4v4ld.c +++ b/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; diff --git a/src/spicelib/devices/bsim4v4/b4v4pzld.c b/src/spicelib/devices/bsim4v4/b4v4pzld.c index f8e297034..81bc0adc3 100644 --- a/src/spicelib/devices/bsim4v4/b4v4pzld.c +++ b/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; diff --git a/src/spicelib/devices/bsim4v4/b4v4temp.c b/src/spicelib/devices/bsim4v4/b4v4temp.c index 747771781..066478513 100644 --- a/src/spicelib/devices/bsim4v4/b4v4temp.c +++ b/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) diff --git a/src/spicelib/devices/bsim4v5/b4v5acld.c b/src/spicelib/devices/bsim4v5/b4v5acld.c index 173d9ff60..03ddf2b3f 100644 --- a/src/spicelib/devices/bsim4v5/b4v5acld.c +++ b/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; diff --git a/src/spicelib/devices/bsim4v5/b4v5getic.c b/src/spicelib/devices/bsim4v5/b4v5getic.c index 22010c8a8..033b317ca 100644 --- a/src/spicelib/devices/bsim4v5/b4v5getic.c +++ b/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); diff --git a/src/spicelib/devices/bsim4v5/b4v5ld.c b/src/spicelib/devices/bsim4v5/b4v5ld.c index c737dfc5f..924e3140b 100644 --- a/src/spicelib/devices/bsim4v5/b4v5ld.c +++ b/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; diff --git a/src/spicelib/devices/bsim4v5/b4v5pzld.c b/src/spicelib/devices/bsim4v5/b4v5pzld.c index ff2c30a3f..f344e894e 100644 --- a/src/spicelib/devices/bsim4v5/b4v5pzld.c +++ b/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; diff --git a/src/spicelib/devices/bsim4v5/b4v5temp.c b/src/spicelib/devices/bsim4v5/b4v5temp.c index a3c1fdbc8..5a3edee5f 100644 --- a/src/spicelib/devices/bsim4v5/b4v5temp.c +++ b/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) diff --git a/src/spicelib/devices/bsim4v6/b4v6acld.c b/src/spicelib/devices/bsim4v6/b4v6acld.c index 51feaf8ef..8f3a8303f 100644 --- a/src/spicelib/devices/bsim4v6/b4v6acld.c +++ b/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; diff --git a/src/spicelib/devices/bsim4v6/b4v6cvtest.c b/src/spicelib/devices/bsim4v6/b4v6cvtest.c index 131761d11..4d5d98391 100644 --- a/src/spicelib/devices/bsim4v6/b4v6cvtest.c +++ b/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)); diff --git a/src/spicelib/devices/bsim4v6/b4v6getic.c b/src/spicelib/devices/bsim4v6/b4v6getic.c index eb034d512..7ae7aef0f 100644 --- a/src/spicelib/devices/bsim4v6/b4v6getic.c +++ b/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); diff --git a/src/spicelib/devices/bsim4v6/b4v6ld.c b/src/spicelib/devices/bsim4v6/b4v6ld.c index 7997ff9f6..a92d6e3fb 100644 --- a/src/spicelib/devices/bsim4v6/b4v6ld.c +++ b/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; diff --git a/src/spicelib/devices/bsim4v6/b4v6pzld.c b/src/spicelib/devices/bsim4v6/b4v6pzld.c index 6e5e5bbac..818f1a461 100644 --- a/src/spicelib/devices/bsim4v6/b4v6pzld.c +++ b/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; diff --git a/src/spicelib/devices/bsim4v6/b4v6temp.c b/src/spicelib/devices/bsim4v6/b4v6temp.c index 795e84f46..62c9a7172 100644 --- a/src/spicelib/devices/bsim4v6/b4v6temp.c +++ b/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)