From 4e1c23780c687fffa3df18063996a864b563c9f5 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Tue, 17 Dec 2013 21:19:12 +0100 Subject: [PATCH] =?UTF-8?q?dctran.c=20bug=20fix,=20reported=20by=20Berk=20?= =?UTF-8?q?=C3=96zer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/spicelib/analysis/dctran.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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