Browse Source

enable both new gmin and dyngmin

pre-master-46
Holger Vogt 6 years ago
parent
commit
e28cae42f1
  1. 4
      src/spicelib/analysis/cktop.c

4
src/spicelib/analysis/cktop.c

@ -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);
}*/
}
}
}

Loading…
Cancel
Save