Browse Source

Put the gmin reversal into the comment

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

2
src/spicelib/analysis/cktop.c

@ -58,7 +58,7 @@ CKTop (CKTcircuit *ckt, long int firstmode, long int continuemode,
if (cp_getvar("dyngmin", CP_BOOL, NULL, 0)) {
converged = dynamic_gmin(ckt, firstmode, continuemode, iterlim);
}
/* first the new gmin, then the old gmin */
/* first the old gmin, then the new gmin */
else {
converged = dynamic_gmin(ckt, firstmode, continuemode, iterlim);
if(converged != 0) {

Loading…
Cancel
Save