Browse Source

set maxstepsize to stepsize

pre-master-46
Holger Vogt 6 years ago
parent
commit
3956095484
  1. 2
      src/spicelib/analysis/optran.c

2
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;

Loading…
Cancel
Save