In batch mode: if transient simulation fails with 'Timestep too small',
still fill in the number of points in the raw file. Fixes bug no 714.
This commit is contained in:
parent
6381c51ee1
commit
a2b8b0d733
|
|
@ -980,6 +980,9 @@ resume:
|
||||||
} else {
|
} else {
|
||||||
UPDATE_STATS(DOING_TRAN);
|
UPDATE_STATS(DOING_TRAN);
|
||||||
errMsg = CKTtrouble(ckt, "Timestep too small");
|
errMsg = CKTtrouble(ckt, "Timestep too small");
|
||||||
|
SPfrontEnd->OUTendPlot(job->TRANplot);
|
||||||
|
job->TRANplot = NULL;
|
||||||
|
UPDATE_STATS(0);
|
||||||
return(E_TIMESTEP);
|
return(E_TIMESTEP);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue