cktop.c, #8/14, early leave
This commit is contained in:
parent
0482f57bb7
commit
a446d1e145
|
|
@ -57,9 +57,9 @@ CKTop (CKTcircuit * ckt, long int firstmode, long int continuemode,
|
||||||
converged = dynamic_gmin(ckt, firstmode, continuemode, iterlim);
|
converged = dynamic_gmin(ckt, firstmode, continuemode, iterlim);
|
||||||
else
|
else
|
||||||
converged = spice3_gmin(ckt, firstmode, continuemode, iterlim);
|
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 ...
|
/* ... otherwise try stepping sources ...
|
||||||
* now, we'll try source stepping - we scale the sources
|
* now, we'll try source stepping - we scale the sources
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue