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 08c6b953 authored by Harald Martini's avatar Harald Martini
Browse files

use IIEPCDeclarationInput data in IEPCGearboxInputData helper class

parent 140ac990
No related branches found
No related tags found
No related merge requests found
...@@ -1563,10 +1563,10 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdapter ...@@ -1563,10 +1563,10 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdapter
public class IEPCGearboxInputData : IGearboxDeclarationInputData public class IEPCGearboxInputData : IGearboxDeclarationInputData
{ {
protected readonly IIEPCEngineeringInputData _iepc; protected readonly IIEPCDeclarationInputData _iepc;
private IList<ITransmissionInputData> _gears; private IList<ITransmissionInputData> _gears;
public IEPCGearboxInputData(IIEPCEngineeringInputData iepc) public IEPCGearboxInputData(IIEPCDeclarationInputData iepc)
{ {
_iepc = iepc; _iepc = iepc;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment