Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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
Branches
Tags
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.
Please register or to comment