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

Skip to content
Snippets Groups Projects
Commit 44de41ee authored by Michael KRISPER's avatar Michael KRISPER
Browse files

renamed variables

parent db92db71
No related branches found
No related tags found
No related merge requests found
......@@ -87,13 +87,13 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdapter
TypeId = data.TypeId,
DigestValue = data.DigestValue,
IntegrityStatus = data.IntegrityStatus,
Type = data.RetarderType,
Type = data.Type,
};
switch (retarder.Type) {
case RetarderType.Primary:
case RetarderType.Secondary:
retarder.LossMap = RetarderLossMap.Create(data.RetarderLossMap);
retarder.Ratio = data.RetarderRatio;
retarder.LossMap = RetarderLossMap.Create(data.LossMap);
retarder.Ratio = data.Ratio;
break;
case RetarderType.None:
case RetarderType.LossesIncludedInTransmission:
......
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