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

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

more elaborate error message

parent ab648d74
No related branches found
No related tags found
No related merge requests found
......@@ -1095,7 +1095,7 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdapter.SimulationComponen
if (hvacConfigHeating != hvacConfiguration && hvacConfigCooling != hvacConfiguration) {
throw new VectoException(
$"The HVAC System Configuration must be either matched for the case heating or cooling h:{hvacConfigHeating.GetName()}/c:{hvacConfigCooling.GetName()}");
$"The HVAC System Configuration must be either matched for the case heating or cooling input: {hvacConfiguration.GetName()}, h:{hvacConfigHeating.GetName()}/c:{hvacConfigCooling.GetName()}");
}
var xEVBus = !primaryVehicle.VehicleType.IsOneOf(VectoSimulationJobType.ConventionalVehicle,
......
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