enable both new gmin and dyngmin
This commit is contained in:
parent
8ae1477c8d
commit
2c32d2e24d
|
|
@ -61,9 +61,9 @@ CKTop (CKTcircuit *ckt, long int firstmode, long int continuemode,
|
||||||
/* first the new gmin, then the old gmin */
|
/* first the new gmin, then the old gmin */
|
||||||
else {
|
else {
|
||||||
converged = new_gmin(ckt, firstmode, continuemode, iterlim);
|
converged = new_gmin(ckt, firstmode, continuemode, iterlim);
|
||||||
/* if(converged != 0) {
|
if(converged != 0) {
|
||||||
converged = dynamic_gmin(ckt, firstmode, continuemode, iterlim);
|
converged = dynamic_gmin(ckt, firstmode, continuemode, iterlim);
|
||||||
}*/
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue