dctran.c bug fix, reported by Berk Özer

This commit is contained in:
h_vogt 2013-12-17 21:19:12 +01:00 committed by rlar
parent 75eee691c4
commit 4e1c23780c
1 changed files with 2 additions and 1 deletions

View File

@ -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