diff --git a/src/spicelib/analysis/dctran.c b/src/spicelib/analysis/dctran.c index f8e14f801..5de78d172 100644 --- a/src/spicelib/analysis/dctran.c +++ b/src/spicelib/analysis/dctran.c @@ -696,7 +696,8 @@ resume: /* Either directly go to next time step, or modify ckt->CKTdelta depending on synchronization requirements. sharedsync() returns 0. */ - sharedsync(&ckt->CKTtime, &ckt->CKTdelta, 0, 0, &ckt->CKTstat->STATrejected, 0); + sharedsync(&ckt->CKTtime, &ckt->CKTdelta, 0, ckt->CKTfinalTime, + ckt->CKTdelmin, 0, &ckt->CKTstat->STATrejected, 0); #endif #endif