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

Skip to content
Snippets Groups Projects
Commit 1c773dbc authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

Pull request #130: adding missing change

Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:feature/VECTO-1512-adapt-shift-lines-for-xev-vehicles to develop

* commit '37299484':
  adding missing change
parents 6aea7308 37299484
No related branches found
No related tags found
No related merge requests found
......@@ -708,6 +708,13 @@ Public Class Gearbox
Return Nothing
End Get
End Property
Public ReadOnly Property PEV_DownshiftSpeedFactor As Double? Implements IGearshiftEngineeringInputData.PEV_DownshiftSpeedFactor
get
return nothing
End Get
End Property
Public ReadOnly Property PEV_DeRatingDownshiftSpeedFactor As Double? Implements IGearshiftEngineeringInputData.PEV_DeRatingDownshiftSpeedFactor
get
return Nothing
......
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