enable both new gmin and dyngmin

This commit is contained in:
Holger Vogt 2020-04-02 20:51:43 +02:00
parent 39b0864d42
commit e28cae42f1
1 changed files with 2 additions and 2 deletions

View File

@ -61,9 +61,9 @@ CKTop (CKTcircuit *ckt, long int firstmode, long int continuemode,
/* first the new gmin, then the old gmin */
else {
converged = new_gmin(ckt, firstmode, continuemode, iterlim);
/* if(converged != 0) {
if(converged != 0) {
converged = dynamic_gmin(ckt, firstmode, continuemode, iterlim);
}*/
}
}
}