diff --git a/src/spicelib/analysis/dctran.c b/src/spicelib/analysis/dctran.c index 5515b149d..6e6a03f77 100644 --- a/src/spicelib/analysis/dctran.c +++ b/src/spicelib/analysis/dctran.c @@ -275,7 +275,10 @@ DCtran(CKTcircuit *ckt, fflush(stdout); } - if(converged != 0) return(converged); + if (converged != 0) { + SPfrontEnd->OUTendPlot(job->TRANplot); + return(converged); + } #ifdef XSPICE /* gtri - add - wbk - 12/19/90 - Add IPC stuff */