Merge branch 'pre-master-44' of ssh://git.code.sf.net/p/ngspice/ngspice into pre-master-44
This commit is contained in:
commit
de6dbcfa12
|
|
@ -980,6 +980,9 @@ resume:
|
|||
} else {
|
||||
UPDATE_STATS(DOING_TRAN);
|
||||
errMsg = CKTtrouble(ckt, "Timestep too small");
|
||||
SPfrontEnd->OUTendPlot(job->TRANplot);
|
||||
job->TRANplot = NULL;
|
||||
UPDATE_STATS(0);
|
||||
return(E_TIMESTEP);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue