From ecdd850e9b4625a3cc9e3794621170f129deef27 Mon Sep 17 00:00:00 2001 From: Harald Martini <harald.martini@student.tugraz.at> Date: Mon, 25 Oct 2021 13:40:59 +0200 Subject: [PATCH] Removed wrong check in VectoRunDataFactory --- .../VectoCore/InputData/Reader/VectoRunDataFactoryFactory.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/VectoCore/VectoCore/InputData/Reader/VectoRunDataFactoryFactory.cs b/VectoCore/VectoCore/InputData/Reader/VectoRunDataFactoryFactory.cs index e138534474..6546713afe 100644 --- a/VectoCore/VectoCore/InputData/Reader/VectoRunDataFactoryFactory.cs +++ b/VectoCore/VectoCore/InputData/Reader/VectoRunDataFactoryFactory.cs @@ -53,7 +53,6 @@ namespace TUGraz.VectoCore.InputData.Reader report); } else { - CastReport<DeclarationModeMultistageBusVectoRunDataFactory>(report); return new DeclarationModeMultistageBusVectoRunDataFactory(multistageVifInputData, report); } } -- GitLab