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

Skip to content
Snippets Groups Projects
Commit 960825e0 authored by Martin Dippold's avatar Martin Dippold
Browse files

* New version number

* Correction of the result output for gearboxtype AT if n_eng is given
* Update release notes
parent bfbb0198
No related branches found
No related tags found
No related merge requests found
VECTO-AirDrag: Changes
===================
#### 2018-06-26: v3.1.7 ####
TUG improvements:
* New version number
* Correction of the result output for gearbox type AT if n_eng is given
#### 2018-02-15: v3.1.6 ####
TUG improvements:
......
......@@ -302,7 +302,7 @@ Module output
If MT_AMT Then
AddToErg(tComp.n_eng, fCompName(tComp.n_eng), fCompUnit(tComp.n_eng), "InputData")
ElseIf AT Then
If InputData(tComp.n_eng).Count > 0 Then AddToErg(tComp.n_eng, fCompName(tComp.n_eng), fCompUnit(tComp.n_eng), "InputData")
If InputData.ContainsKey(tComp.n_eng) Then AddToErg(tComp.n_eng, fCompName(tComp.n_eng), fCompUnit(tComp.n_eng), "InputData")
AddToErg(tComp.n_card, fCompName(tComp.n_card), fCompUnit(tComp.n_card), "InputData")
End If
AddToErg(tComp.tq_l, fCompName(tComp.tq_l), fCompUnit(tComp.tq_l), "InputData")
......
......@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("3.1.6.0")>
<Assembly: AssemblyFileVersion("3.1.6.0")>
<Assembly: AssemblyVersion("3.1.7.0")>
<Assembly: AssemblyFileVersion("3.1.7.0")>
No preview for this file type
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