From 87d511c73209ef8ae24a14458f570728407b12cc Mon Sep 17 00:00:00 2001
From: "VKMTHD\\haraldmartini" <harald.martini@student.tugraz.at>
Date: Wed, 28 Sep 2022 12:51:03 +0200
Subject: [PATCH] moved data for electric components to separate folder

---
 .../Data/{ => ElectricComponents}/Battery/BatteryData.cs          | 0
 .../Data/{ => ElectricComponents}/ElectricMotor/DragCurve.cs      | 0
 .../Data/{ => ElectricComponents}/ElectricMotor/EfficiencyMap.cs  | 0
 .../{ => ElectricComponents}/ElectricMotor/ElectricMotorData.cs   | 0
 .../ElectricMotor/ElectricMotorFullLoadCurve.cs                   | 0
 5 files changed, 0 insertions(+), 0 deletions(-)
 rename VectoCore/VectoCore/Models/SimulationComponent/Data/{ => ElectricComponents}/Battery/BatteryData.cs (100%)
 rename VectoCore/VectoCore/Models/SimulationComponent/Data/{ => ElectricComponents}/ElectricMotor/DragCurve.cs (100%)
 rename VectoCore/VectoCore/Models/SimulationComponent/Data/{ => ElectricComponents}/ElectricMotor/EfficiencyMap.cs (100%)
 rename VectoCore/VectoCore/Models/SimulationComponent/Data/{ => ElectricComponents}/ElectricMotor/ElectricMotorData.cs (100%)
 rename VectoCore/VectoCore/Models/SimulationComponent/Data/{ => ElectricComponents}/ElectricMotor/ElectricMotorFullLoadCurve.cs (100%)

diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Data/Battery/BatteryData.cs b/VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricComponents/Battery/BatteryData.cs
similarity index 100%
rename from VectoCore/VectoCore/Models/SimulationComponent/Data/Battery/BatteryData.cs
rename to VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricComponents/Battery/BatteryData.cs
diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricMotor/DragCurve.cs b/VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricComponents/ElectricMotor/DragCurve.cs
similarity index 100%
rename from VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricMotor/DragCurve.cs
rename to VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricComponents/ElectricMotor/DragCurve.cs
diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricMotor/EfficiencyMap.cs b/VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricComponents/ElectricMotor/EfficiencyMap.cs
similarity index 100%
rename from VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricMotor/EfficiencyMap.cs
rename to VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricComponents/ElectricMotor/EfficiencyMap.cs
diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricMotor/ElectricMotorData.cs b/VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricComponents/ElectricMotor/ElectricMotorData.cs
similarity index 100%
rename from VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricMotor/ElectricMotorData.cs
rename to VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricComponents/ElectricMotor/ElectricMotorData.cs
diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricMotor/ElectricMotorFullLoadCurve.cs b/VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricComponents/ElectricMotor/ElectricMotorFullLoadCurve.cs
similarity index 100%
rename from VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricMotor/ElectricMotorFullLoadCurve.cs
rename to VectoCore/VectoCore/Models/SimulationComponent/Data/ElectricComponents/ElectricMotor/ElectricMotorFullLoadCurve.cs
-- 
GitLab