Skip to content

Commit 8b2b364

Browse files
committed
changed the missing correction of the type specification
1 parent ffe17cc commit 8b2b364

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

IBPSA/Fluid/Geothermal/Borefields/BaseClasses/HeatTransfer/LoadAggregation/aggregationWeightingFactors.mo

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function aggregationWeightingFactors
55

66
input Integer i "Size of aggregation vector";
77
input Integer nTimTot "Size of g-function time table";
8-
input Modelica.Units.SI.ThermalResistance TStep[nTimTot,2]
8+
input Real TStep[nTimTot,2]
99
"Time matrix with TStep";
1010
input Modelica.Units.SI.Time nu[i] "Aggregation time vector nu";
1111

@@ -76,6 +76,13 @@ borefield as an input.
7676
</html>", revisions="<html>
7777
<ul>
7878
<li>
79+
March 20, 2026, by Michael Wetter:<br/>
80+
Corrected type declaration of g-function.<br/>
81+
This is for
82+
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/4501\">
83+
Buildings, #4501</a>.
84+
</li>
85+
<li>
7986
March 5, 2018, by Alex Laferri&egrave;re:<br/>
8087
First implementation.
8188
</li>

0 commit comments

Comments
 (0)