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 187f5e2e authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

fix buxaux PS input from VIF

parent 0bc02814
Branches
Tags
No related merge requests found
......@@ -415,6 +415,10 @@ namespace TUGraz.VectoCore.InputData.FileIO.XML.Declaration.DataProvider
public override bool EngineWasteGasHeatExchanger => false;
public override string CompressorSize => null;
public override string Clutch => null;
#endregion
}
......@@ -443,6 +447,10 @@ namespace TUGraz.VectoCore.InputData.FileIO.XML.Declaration.DataProvider
public override bool EngineWasteGasHeatExchanger => false;
public override string CompressorSize => null;
public override string Clutch => null;
#endregion
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment