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 1f26eb8f authored by Stefanos DOUMPOULAKIS's avatar Stefanos DOUMPOULAKIS
Browse files

Merge branch 'issue-502' into 'amdm2/develop'

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

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