correct typing error
This commit is contained in:
parent
2990821053
commit
9afba3083c
|
|
@ -1,4 +1,7 @@
|
|||
2010-07-17 Robert Larice
|
||||
2010-07-19 Holger Vogt
|
||||
* b4ld.c: correct typo which led to non-convergence of ro_17.cir
|
||||
|
||||
2010-07-17 Robert Larice
|
||||
* src/main.c ,
|
||||
* src/frontend/inp.c ,
|
||||
* src/frontend/options.c ,
|
||||
|
|
|
|||
|
|
@ -5053,7 +5053,7 @@ line900:
|
|||
(*(here->BSIM4SbpPtr) += m * gstotb);
|
||||
}
|
||||
|
||||
(*(here->BSIM4DPdpPtr) = m * (gdpr + here->BSIM4gds + here->BSIM4gbd + T1 * ddxpart_dVd
|
||||
(*(here->BSIM4DPdpPtr) += m * (gdpr + here->BSIM4gds + here->BSIM4gbd + T1 * ddxpart_dVd
|
||||
- gdtotd + RevSum + gcddb + gbdpdp + dxpart * ggtd - gIdtotd));
|
||||
(*(here->BSIM4DPdPtr) -= m * (gdpr + gdtot));
|
||||
(*(here->BSIM4DPgpPtr) += m * (Gm + gcdgb - gdtotg + gbdpg - gIdtotg
|
||||
|
|
|
|||
Loading…
Reference in New Issue