parent
efde6902a0
commit
c69a4d6633
|
|
@ -1390,7 +1390,7 @@ resume:
|
||||||
#endif
|
#endif
|
||||||
ckt->CKTdelta = ckt->CKTdelta/8;
|
ckt->CKTdelta = ckt->CKTdelta/8;
|
||||||
#ifdef STEPDEBUG
|
#ifdef STEPDEBUG
|
||||||
fprintf (stderr, "delta cut to %g for non-convergance\n", ckt->CKTdelta) ;
|
fprintf (stderr, "delta cut to %g for non-convergence\n", ckt->CKTdelta) ;
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
#endif
|
#endif
|
||||||
if(firsttime) {
|
if(firsttime) {
|
||||||
|
|
|
||||||
|
|
@ -781,7 +781,7 @@ resume:
|
||||||
#endif
|
#endif
|
||||||
ckt->CKTdelta = ckt->CKTdelta/8;
|
ckt->CKTdelta = ckt->CKTdelta/8;
|
||||||
#ifdef STEPDEBUG
|
#ifdef STEPDEBUG
|
||||||
(void)printf("delta cut to %g for non-convergance\n",ckt->CKTdelta);
|
(void)printf("delta cut to %g for non-convergence\n",ckt->CKTdelta);
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
#endif
|
#endif
|
||||||
if(firsttime) {
|
if(firsttime) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue