AixLib.Fluid.HeatExchangers.Radiators.BaseClasses.RadiatorTypes is declared twice causing radiator simulations to fail in Open Modelica Connection Editor #1535
Describe the bug
AixLib.Fluid.HeatExchangers.Radiators.BaseClasses.RadiatorTypes is declared twice causing radiator simulations to fail
To Reproduce
Steps to reproduce the behavior:
Load AixLib 2.0.0 in OpenModelica connection editor
Load example AixLib.Fluid.HeatExchangers.Radiators.Examples.Radiator or
Simulate example
See error class already declared
Commit 27df055 "Changed RadiatorTypes from package to .mo File, to eliminate error when opening in OpenModelica" failed to remove directory RadiatorTypes so class gets redeclared, also need to remove duplicate RadiatorTypes line in package.order to fix.
Describe the bug AixLib.Fluid.HeatExchangers.Radiators.BaseClasses.RadiatorTypes is declared twice causing radiator simulations to fail
To Reproduce Steps to reproduce the behavior:
Commit 27df055 "Changed RadiatorTypes from package to .mo File, to eliminate error when opening in OpenModelica" failed to remove directory RadiatorTypes so class gets redeclared, also need to remove duplicate RadiatorTypes line in package.order to fix.