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

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

removed no longer used setting

parent a499c496
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ Imports TUGraz.VectoCore.Models.Declaration
Public Class Configuration
Public FilePath As String
Public GnUfromCycle As Boolean
Public ModOut As Boolean
Public Mod1Hz As Boolean
Public LogSize As Double
......@@ -38,11 +37,9 @@ Public Class Configuration
AirDensity = DeclarationData.Physics.AirDensity.Value() ' cDeclaration.AirDensity
FuelDens = DeclarationData.Physics.FuelDensity.Value() ' cDeclaration.FuelDens
CO2perFC = DeclarationData.Physics.CO2PerFuelWeight ' cDeclaration.CO2perFC
GnUfromCycle = False
End Sub
Public Sub SetDefault()
GnUfromCycle = True
ModOut = True
Mod1Hz = False
LogSize = 2
......@@ -74,7 +71,6 @@ Public Class Configuration
Catch
End Try
ModOut = body.GetEx(Of Boolean)("ModOut")
GnUfromCycle = body.GetEx(Of Boolean)("UseGnUfromCycle")
LogSize = body.GetEx(Of Double)("LogSize")
AirDensity = body.GetEx(Of Double)("AirDensity")
FuelDens = body.GetEx(Of Double)("FuelDensity")
......
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