Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 1f735f4e authored by Stefanos Doumpoulakis's avatar Stefanos Doumpoulakis
Browse files

fix #502: extending the postmortem check for low motorized vehicles to single deckers as well

parent 5e47f1d8
No related branches found
No related tags found
No related merge requests found
......@@ -32,10 +32,6 @@ namespace TUGraz.VectoCore.Models.Declaration.PostMortemAnalysisStrategy
return true;
}
if (!container.RunData.Mission.BusParameter.DoubleDecker) {
// for now only consider double decker buses
return true;
}
if (!container.DrivingCycleInfo.RoadGradient.IsGreater(0)) {
// road gradient must be greater than 0
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment