From 3956095484d9dc4330ac5300ea9728cb386b1331 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 24 May 2020 20:06:56 +0200 Subject: [PATCH] set maxstepsize to stepsize --- src/spicelib/analysis/optran.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/analysis/optran.c b/src/spicelib/analysis/optran.c index 448776d1b..65abdff64 100644 --- a/src/spicelib/analysis/optran.c +++ b/src/spicelib/analysis/optran.c @@ -242,7 +242,7 @@ OPtran(CKTcircuit *ckt) ckt->CKTstep = opfinaltime / 1000.; } #else - ckt->CKTstep = opstepsize; + ckt->CKTmaxStep = ckt->CKTstep = opstepsize; #endif delta=MIN(opfinaltime/100,ckt->CKTstep)/10;