Fixed a missing check for DEVisLinear and DEVisLinearStatic (Part 2)
This commit is contained in:
parent
f2d7d1115f
commit
30093789b3
|
|
@ -128,7 +128,7 @@ CKTload(CKTcircuit *ckt)
|
|||
/* Francesco Lannutti */
|
||||
#ifdef KLU
|
||||
if (DEVices[i] && DEVices[i]->DEVload && ckt->CKThead[i] &&
|
||||
DEVices[i]->DEVisLinear && !(*DEVices[i]->DEVisLinear)) {
|
||||
DEVices[i]->DEVisLinear && (!(*DEVices[i]->DEVisLinear) || !(DEVices[i]->DEVisLinear))) {
|
||||
#else
|
||||
if (DEVices[i] && DEVices[i]->DEVload && ckt->CKThead[i]) {
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue