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

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

adding missing change

parent 8260df34
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