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

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

remove no-longer required methods

parent ddd704a2
No related branches found
No related tags found
No related merge requests found
......@@ -102,12 +102,8 @@ namespace TUGraz.VectoCore.Models.Simulation.Data
// ReSharper disable once InconsistentNaming
public string ID;
[Required] public AuxiliaryType Type;
public IList<string> Technology;
public string[] TechList;
[SIRange(0, 100 * Constants.Kilo)] public Watt PowerDemand;
[Required] public AuxiliaryDemandType DemandType;
......
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