fix bug in Cscp stamp

This commit is contained in:
Markus Mueller 2020-07-31 14:22:16 +02:00
parent 1f13d2526f
commit dd84b1fcd3
1 changed files with 2 additions and 2 deletions

View File

@ -2907,9 +2907,9 @@ load:
*(ckt->CKTrhs + here->HICUMcollNode) += rhs_current;
// with respect to Vsc
*(here->HICUMsubsSubsPtr) += Isc_Vsc;
*(here->HICUMsubsCollPtr) += Isc_Vsc;
*(here->HICUMcollCollPtr) += Isc_Vsc;
*(here->HICUMsubsCollPtr) += -Isc_Vsc;
*(here->HICUMcollSubsPtr) += -Isc_Vsc;
*(here->HICUMcollCollPtr) += -Isc_Vsc;
// finish
// Branch: bci, Stamp element: Qbcx