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

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

error message

parent 022d1865
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,7 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdapter
Log.Info("AngularGear Trying with Efficiency instead of Loss Map.");
angularGear.AngularGear.LossMap = TransmissionLossMap.Create(data.Efficiency, data.Ratio, "AngularGear");
} else {
throw new VectoException("AngularGear: LossMap or Efficiency not found.", ex);
throw new VectoException("AngularGear: LossMap not found.", ex);
}
}
return angularGear;
......
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