Skip to content

Commit

Permalink
Merge changes from IBPSA, issue1944 cdl (#4079)
Browse files Browse the repository at this point in the history
* Merged IBPSA, issue1707_iso13790 and issue1944_cdl
  • Loading branch information
mwetter authored Dec 17, 2024
1 parent 140a250 commit 27020e5
Show file tree
Hide file tree
Showing 108 changed files with 212 additions and 216 deletions.
2 changes: 1 addition & 1 deletion Buildings/Controls/OBC/CDL/Constants.mo
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This package provides often needed constants.
March 12, 2024, by Michael Wetter:<br/>
Changed <code>small</code> to <i>1E-37</i>.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/3695\">issue 3695</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/3695\">Buildings, issue 3695</a>.
</li>
<li>
March 27, 2017, by Michael Wetter:<br/>
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Controls/OBC/CDL/Conversions/BooleanToInteger.mo
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ and <code>integerTrue</code> and <code>integerFalse</code> are parameters.
May 17, 2022, by Hongxiang Fu:<br/>
Corrected documentation texts where the variables were described with wrong types.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/3016\">#3016</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/3016\">Buildings, issue 3016</a>.
</li>
<li>
January 3, 2017, by Michael Wetter:<br/>
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Controls/OBC/CDL/Conversions/BooleanToReal.mo
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ and <code>realTrue</code> and <code>realFalse</code> are parameters.
May 17, 2022, by Hongxiang Fu:<br/>
Corrected documentation texts where the variables were described with wrong types.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/3016\">#3016</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/3016\">Buildings, issue 3016</a>.
</li>
<li>
April 10, 2017, by Jianjun Hu:<br/>
Expand Down
6 changes: 3 additions & 3 deletions Buildings/Controls/OBC/CDL/Discrete/FirstOrderHold.mo
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ values of the last two sampled input signals.
November 12, 2020, by Michael Wetter:<br/>
Reformulated to remove dependency to <code>Modelica.Units.SI</code>.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2243\">issue 2243</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2243\">Buildings, issue 2243</a>.
</li>
<li>
October 19, 2020, by Michael Wetter:<br/>
Refactored implementation.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2170\">#2170</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2170\">Buildings, issue 2170</a>.
</li>
<li>
March 2, 2020, by Michael Wetter:<br/>
Expand All @@ -125,7 +125,7 @@ September 14, 2017, by Michael Wetter:<br/>
Removed parameter <code>startTime</code> to allow model to work
also for negative start time without having to change the value of this
parameters.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/938\">issue 938</a>.
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/938\">Buildings, issue 938</a>.
</li>
<li>
January 3, 2017, by Michael Wetter:<br/>
Expand Down
6 changes: 3 additions & 3 deletions Buildings/Controls/OBC/CDL/Discrete/Sampler.mo
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ Removed graphic from diagram view.
November 12, 2020, by Michael Wetter:<br/>
Reformulated to remove dependency to <code>Modelica.Units.SI</code>.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2243\">issue 2243</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2243\">Buildings, issue 2243</a>.
</li>
<li>
October 19, 2020, by Michael Wetter:<br/>
Refactored implementation.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2170\">#2170</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2170\">Buildings, issue 2170</a>.
</li>
<li>
March 2, 2020, by Michael Wetter:<br/>
Expand All @@ -125,7 +125,7 @@ September 14, 2017, by Michael Wetter:<br/>
Removed parameter <code>startTime</code> to allow model to work
also for negative start time without having to change the value of this
parameters.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/938\">issue 938</a>.
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/938\">Buildings, issue 938</a>.
</li>
<li>
January 3, 2017, by Michael Wetter:<br/>
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Controls/OBC/CDL/Discrete/TriggeredMax.mo
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ September 14, 2017, by Michael Wetter:<br/>
Removed parameter <code>startTime</code> and <code>sampleTime</code>
as these are not needed for this block, and introduced parameter
<code>y_start=0</code>.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/938\">issue 938</a>.
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/938\">Buildings, issue 938</a>.
</li>
<li>
January 3, 2017, by Michael Wetter:<br/>
Expand Down
4 changes: 2 additions & 2 deletions Buildings/Controls/OBC/CDL/Discrete/TriggeredMovingMean.mo
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ and produces this value at its output <code>y</code>.
March 30, 2022, by Michael Wetter:<br/>
Added <code>discrete</code> keyword to sampled variable.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2942\">issue 2942</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2942\">Buildings, issue 2942</a>.
</li>
<li>
October 19, 2020, by Michael Wetter:<br/>
Expand All @@ -193,7 +193,7 @@ Reformulated model to use an <code>equation</code> rather than an <code>algorith
</li>
<li>
October 16, 2019, by Kun Zhang:<br/>
First implementation. This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/1588\">issue 1588</a>.
First implementation. This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/1588\">Buildings, issue 1588</a>.
</li>
</ul>
</html>"));
Expand Down
8 changes: 4 additions & 4 deletions Buildings/Controls/OBC/CDL/Discrete/UnitDelay.mo
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,19 @@ the output <code>y</code> is identical to parameter <code>y_start</code>.
August 8, 2024, by Jianjun Hu:<br/>
Delayed the input.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/3953\">#3953</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/3953\">Buildings, issue 3953</a>.
</li>
<li>
November 12, 2020, by Michael Wetter:<br/>
Reformulated to remove dependency to <code>Modelica.Units.SI</code>.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2243\">issue 2243</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2243\">Buildings, issue 2243</a>.
</li>
<li>
October 19, 2020, by Michael Wetter:<br/>
Refactored implementation.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2170\">#2170</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2170\">Buildings, issue 2170</a>.
</li>
<li>
March 2, 2020, by Michael Wetter:<br/>
Expand All @@ -90,7 +90,7 @@ September 14, 2017, by Michael Wetter:<br/>
Removed parameter <code>startTime</code> to allow model to work
also for negative start time without having to change the value of this
parameters.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/938\">issue 938</a>.
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/938\">Buildings, issue 938</a>.
</li>
<li>
January 3, 2017, by Michael Wetter:<br/>
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Controls/OBC/CDL/Discrete/Validation/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ revisions="<html>
<li>
September 13, 2023, by Jianjun Hu:<br/>
Changed the package name from <code>Examples</code> to <code>Validation</code>.
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/3517\">issue 3517</a>.
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/3517\">Buildings, issue 3517</a>.
</li>
</ul>
</html>"),
Expand Down
6 changes: 3 additions & 3 deletions Buildings/Controls/OBC/CDL/Discrete/ZeroOrderHold.mo
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ At initial time, the block feeds the input directly to the output.
November 12, 2020, by Michael Wetter:<br/>
Reformulated to remove dependency to <code>Modelica.Units.SI</code>.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2243\">issue 2243</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2243\">Buildings, issue 2243</a>.
</li>
<li>
October 19, 2020, by Michael Wetter:<br/>
Refactored implementation.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2170\">#2170</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2170\">Buildings, issue 2170</a>.
</li>
<li>
March 2, 2020, by Michael Wetter:<br/>
Expand All @@ -111,7 +111,7 @@ September 14, 2017, by Michael Wetter:<br/>
Removed parameter <code>startTime</code> to allow model to work
also for negative start time without having to change the value of this
parameters.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/938\">issue 938</a>.
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/938\">Buildings, issue 938</a>.
</li>
<li>
January 3, 2017, by Michael Wetter:<br/>
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Controls/OBC/CDL/Integers/Add.mo
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ revisions="<html>
<li>
January 27, 2022, by Jianjun Hu:<br/>
Removed gain factors.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2865\">issue 2865</a>.
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2865\">Buildings, issue 2865</a>.
</li>
<li>
January 3, 2017, by Michael Wetter:<br/>
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Controls/OBC/CDL/Integers/AddParameter.mo
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ revisions="<html>
<li>
February 3 2022, by Jianjun Hu:<br/>
First implementation.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2876\">issue 2876</a>.
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2876\">Buildings, issue 2876</a>.
</li>
</ul>
</html>"),
Expand Down
4 changes: 2 additions & 2 deletions Buildings/Controls/OBC/CDL/Integers/Change.mo
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ When the input <code>u</code> decreases, the output <code>down</code> will be
May 3, 2022, by Michael Wetter:<br/>
Renamed parameter <code>y_start</code> to <code>pre_u_start</code>.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2990\">#2990</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2990\">Buildings, issue 2990</a>.
</li>
<li>
January 26, 2021, by Michael Wetter:<br/>
Changed initialization of <code>pre(u)</code> to use the initial value of the input rather than <code>0</code>.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2294\">#2294</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2294\">Buildings, issue 2294</a>.
</li>
<li>
July 18, 2018, by Michael Wetter:<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Otherwise the output is <code>false</code>.
<li>
August 6, 2020, by Michael Wetter:<br/>
Renamed <code>threshold</code> to <code>t</code>.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2076\">issue 2076</a>.
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2076\">Buildings, issue 2076</a>.
</li>
<li>
August 30, 2017, by Jianjun Hu:<br/>
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Controls/OBC/CDL/Integers/GreaterThreshold.mo
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Otherwise the output is <code>false</code>.
<li>
August 6, 2020, by Michael Wetter:<br/>
Renamed <code>threshold</code> to <code>t</code>.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2076\">issue 2076</a>.
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2076\">Buildings, issue 2076</a>.
</li>
<li>
August 30, 2017, by Jianjun Hu:<br/>
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Controls/OBC/CDL/Integers/LessEqualThreshold.mo
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Otherwise the output is <code>false</code>.
<li>
August 6, 2020, by Michael Wetter:<br/>
Renamed <code>threshold</code> to <code>t</code>.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2076\">issue 2076</a>.
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2076\">Buildings, issue 2076</a>.
</li>
<li>
August 30, 2017, by Jianjun Hu:<br/>
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Controls/OBC/CDL/Integers/MultiSum.mo
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ for an example.
September 14, 2017, by Jianjun Hu:<br/>
First implementation, based on the implementation of the Modelica Standard
Library. This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/933\">issue 933</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/933\">Buildings, issue 933</a>.
</li>
</ul>
</html>"));
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Controls/OBC/CDL/Integers/Multiply.mo
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ revisions="<html>
<li>
January 27, 2022, by Jianjun Hu:<br/>
Renamed the block name from Product to Multiply.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2865\">issue 2865</a>.
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2865\">Buildings, issue 2865</a>.
</li>
<li>
January 3, 2017, by Michael Wetter:<br/>
Expand Down
6 changes: 3 additions & 3 deletions Buildings/Controls/OBC/CDL/Integers/Sources/Pulse.mo
Original file line number Diff line number Diff line change
Expand Up @@ -139,19 +139,19 @@ The pulse signal is generated an infinite number of times, and aligned with <cod
December 03, 2020, by Milica Grahovac:<br/>
Renamed <code>delay</code> parameter to <code>shift</code>.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2282\">issue 2282</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2282\">Buildings, issue 2282</a>.
</li>
<li>
November 12, 2020, by Michael Wetter:<br/>
Reformulated to remove dependency to <code>Modelica.Units.SI</code>.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2243\">issue 2243</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2243\">Buildings, issue 2243</a>.
</li>
<li>
October 19, 2020, by Michael Wetter:<br/>
Refactored implementation, avoided state events.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2170\">#2170</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2170\">Buildings, issue 2170</a>.
</li>
<li>
September 8, 2020, by Milica Grahovac:<br/>
Expand Down
4 changes: 2 additions & 2 deletions Buildings/Controls/OBC/CDL/Integers/Sources/TimeTable.mo
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ Removed writing output value in icon (as it is an array of values).
November 12, 2020, by Michael Wetter:<br/>
Reformulated to remove dependency to <code>Modelica.Units.SI</code>.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2243\">issue 2243</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2243\">Buildings, issue 2243</a>.
</li>
<li>
October 19, 2020, by Michael Wetter:<br/>
Revised to call <code>round()</code> as a function.<br/>
For <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2170\">#2170</a>.
For <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2170\">Buildings, issue 2170</a>.
</li>
<li>
October 7, 2020, by Michael Wetter:<br/>
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Controls/OBC/CDL/Integers/Stage.mo
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Revised implementation.
<li>
September 8, 2022, by Jianjun Hu:<br/>
First implementation.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/3103\">issue 3103</a>.
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/3103\">Buildings, issue 3103</a>.
</li>
</ul>
</html>"));
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Controls/OBC/CDL/Integers/Switch.mo
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Otherwise, it outputs <code>y = u3</code>.
July 17, 2020, by Jianjun Hu:<br/>
Changed icon to display dynamically which input signal is being outputted.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2033\"># 2033</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2033\">Buildings, issue 2033</a>.
</li>
<li>
July 10, 2019, by Milica Grahovac:<br/>
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Controls/OBC/CDL/Integers/Validation/Equal.mo
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Buildings.Controls.OBC.CDL.Integers.Equal</a>.
September 26, 2017, by Thierry S. Nouidui:<br/>
Revised implementation for JModelica verification.
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/939\">issue 939</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/939\">Buildings, issue 939</a>.
</li>
<li>
August 30, 2017, by Jianjun Hu:<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Buildings.Controls.OBC.CDL.Integers.GreaterEqual</a>.
September 26, 2017, by Thierry S. Nouidui:<br/>
Revised implementation for JModelica verification.
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/939\">issue 939</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/939\">Buildings, issue 939</a>.
</li>
<li>
August 30, 2017, by Jianjun Hu:<br/>
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Controls/OBC/CDL/Integers/Validation/Less.mo
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Buildings.Controls.OBC.CDL.Integers.Less</a>.
September 26, 2017, by Thierry S. Nouidui:<br/>
Revised implementation for JModelica verification.
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/939\">issue 939</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/939\">Buildings, issue 939</a>.
</li>
<li>
August 30, 2017, by Jianjun Hu:<br/>
Expand Down
4 changes: 2 additions & 2 deletions Buildings/Controls/OBC/CDL/Integers/Validation/Multiply.mo
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ revisions="<html>
<li>
January 27, 2022, by Jianjun Hu:<br/>
Renamed the block name from Product to Multiply.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2865\">issue 2865</a>.
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/2865\">Buildings, issue 2865</a>.
</li>
<li>
September 26, 2017, by Thierry S. Nouidui:<br/>
Revised implementation for JModelica verification.
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/939\">issue 939</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/939\">Buildings, issue 939</a>.
</li>
<li>
April 1, 2017, by Jianjun Hu:<br/>
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Controls/OBC/CDL/Interfaces/BooleanInput.mo
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Connector with one input signal of type Boolean.
March 1, 2019, by Michael Wetter:<br/>
On the icon layer, changed connector size and added the connector name.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/1375\">issue 1375</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/1375\">Buildings, issue 1375</a>.
</li>
<li>
January 6, 2017, by Michael Wetter:<br/>
Expand Down
4 changes: 2 additions & 2 deletions Buildings/Controls/OBC/CDL/Interfaces/BooleanOutput.mo
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ Connector with one output signal of type Boolean.
July 19, 2019, by Jianjun Hu:<br/>
On both icon and diagram layer, added the initialScale.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/1375\">issue 1375</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/1375\">Buildings, issue 1375</a>.
</li>
<li>
March 1, 2019, by Michael Wetter:<br/>
On the icon layer, changed connector size and added the connector name.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/1375\">issue 1375</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/1375\">Buildings, issue 1375</a>.
</li>
<li>
January 6, 2017, by Michael Wetter:<br/>
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Controls/OBC/CDL/Interfaces/IntegerInput.mo
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Connector with one input signal of type Integer.
March 1, 2019, by Michael Wetter:<br/>
On the icon layer, changed connector size and added the connector name.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/1375\">issue 1375</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/1375\">Buildings, issue 1375</a>.
</li>
<li>
January 6, 2017, by Michael Wetter:<br/>
Expand Down
4 changes: 2 additions & 2 deletions Buildings/Controls/OBC/CDL/Interfaces/IntegerOutput.mo
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ Connector with one output signal of type Integer.
July 19, 2019, by Jianjun Hu:<br/>
On both icon and diagram layer, added the initialScale.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/1375\">issue 1375</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/1375\">Buildings, issue 1375</a>.
</li>
<li>
March 1, 2019, by Michael Wetter:<br/>
On the icon layer, changed connector size and added the connector name.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/1375\">issue 1375</a>.
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/1375\">Buildings, issue 1375</a>.
</li>
<li>
January 6, 2017, by Michael Wetter:<br/>
Expand Down
Loading

0 comments on commit 27020e5

Please sign in to comment.