Closed behrisch closed 7 years ago
@leoluecken changed attachment from "" to "TEST.ZIP"
@leoluecken changed description from:
If a vehicle enters a lane with E2 detector behind the detector, this implies a call to MSCFModel::passingTime() that triggers the assertion assert(passedPos <= currentPos && passedPos >= lastPos && currentPos > lastPos);
to:
If a vehicle enters a lane with E2 detector behind the detector, this implies a call to MSCFModel::passingTime() that triggers the assertion assert(passedPos <= currentPos && passedPos >= lastPos && currentPos > lastPos); Reported by Menno van der Woude (see attached failing scenario)
If a vehicle enters a lane with E2 detector behind the detector, this implies a call to MSCFModel::passingTime() that triggers the assertion assert(passedPos <= currentPos && passedPos >= lastPos && currentPos > lastPos); Reported by Menno van der Woude (see attached failing scenario)
Migrated from http://sumo.dlr.de/ticket/3317