Browse Source

cktop.c, #8/14, early leave

pre-master-46
rlar 10 years ago
parent
commit
a446d1e145
  1. 4
      src/spicelib/analysis/cktop.c

4
src/spicelib/analysis/cktop.c

@ -57,9 +57,9 @@ CKTop (CKTcircuit * ckt, long int firstmode, long int continuemode,
converged = dynamic_gmin(ckt, firstmode, continuemode, iterlim);
else
converged = spice3_gmin(ckt, firstmode, continuemode, iterlim);
if (converged == 0) /* If gmin-stepping worked... move out */
return (0);
}
if (converged == 0) /* If gmin-stepping worked... move out */
return (0);
/* ... otherwise try stepping sources ...
* now, we'll try source stepping - we scale the sources

Loading…
Cancel
Save