The class AixLib.ThermalZones.HighOrder.Rooms.ASHRAE140.EastWestFacingWindows has a declaration for multiSum:
|
Modelica.Blocks.Math.MultiSum multiSum(nu=2) annotation (Placement(transformation( |
It also extends AixLib.ThermalZones.HighOrder.Rooms.BaseClasses.PartialRoomFourWalls which also has a declaration for multiSum:
|
Modelica.Blocks.Math.MultiSum multiSum(nu=nWin) if use_shortWaveRadOut annotation (Placement(transformation( |
but these are not identical. Duplicated definitions are only allowed if they are identical, and most of the time the reasonable thing is to remove one of the declarations.
The class
AixLib.ThermalZones.HighOrder.Rooms.ASHRAE140.EastWestFacingWindowshas a declaration formultiSum:AixLib/AixLib/ThermalZones/HighOrder/Rooms/ASHRAE140/EastWestFacingWindows.mo
Line 82 in d53be14
It also extends
AixLib.ThermalZones.HighOrder.Rooms.BaseClasses.PartialRoomFourWallswhich also has a declaration formultiSum:AixLib/AixLib/ThermalZones/HighOrder/Rooms/BaseClasses/PartialRoomFourWalls.mo
Line 211 in d53be14
but these are not identical. Duplicated definitions are only allowed if they are identical, and most of the time the reasonable thing is to remove one of the declarations.