mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-06 20:46:42 +02:00
fix bug in Cscp stamp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user