Skip to content

Commit

Permalink
fix BOM and set revision in correct model
Browse files Browse the repository at this point in the history
  • Loading branch information
FWuellhorst committed Jul 15, 2024
1 parent bbbde9b commit b50b38a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ equation
textString="%name")}),
Diagram(coordinateSystem(preserveAspectRatio=false)),
Documentation(revisions="<html><ul>
<li>
<i>July 15, 2024</i> by Fabian Wuellhorst:<br/>
Adjust hysteresis bandwidth (see issue <a href=
\"https://github.com/ibpsa/modelica-ibpsa/issues/1908\">#1908</a>)
</li>
<li>
<i>October 2, 2022</i> by Fabian Wuellhorst:<br/>
Adjusted based on the discussion in this issue <a href=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,11 @@ equation
fillPattern=FillPattern.Solid)}),
Diagram(coordinateSystem(extent={{-140,-160},{140,160}})),
Documentation(revisions="<html><ul>
<li>
<i>July 15, 2024</i> by Fabian Wuellhorst:<br/>
Adjust hysteresis bandwidth (see issue <a href=
\"https://github.com/ibpsa/modelica-ibpsa/issues/1908\">#1908</a>)
</li>
<li>
May 2, 2024, by Michael Wetter:<br/>
Refactored check for device identifiers.<br/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within IBPSA.Fluid.HeatPumps.ModularReversible.Examples.BaseClasses;
within IBPSA.Fluid.HeatPumps.ModularReversible.Examples.BaseClasses;
model OneRoomRadiatorHeatPumpControl
"Helper model for the control of the system"
parameter Boolean witCoo=true
Expand Down

0 comments on commit b50b38a

Please sign in to comment.