Skip to content

Commit

Permalink
Prepared release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Mar 29, 2017
1 parent e35c58d commit ab1cafc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
within Buildings.Fluid.FMI.ExportContainers.Examples.FMUs;
block HVACZones
"Declaration of an FMU that exports a simple convective only HVAC system for two zones"
import Buildings;
extends Buildings.Fluid.FMI.ExportContainers.HVACZones(
redeclare final package Medium = MediumA,
nZon = 2,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
within Buildings.Fluid.HeatPumps.Data.ScrollWaterToWater;
package Heating "Records for scroll water to water heat pumps in heating mode"
extends Modelica.Icons.MaterialPropertiesPackage;
// fixme: add Documentation(info=...))

annotation (Documentation(info="<html>
<p>
Package with data for heating performance of water to water heat pump models
Expand Down
22 changes: 3 additions & 19 deletions Buildings/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -531,14 +531,6 @@ This closes <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/565\"
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/451\">issue 451</a>.
</td>
</tr>
<tr><td colspan=\"2\"><b>xxx</b>
</td>
</tr>
<tr><td valign=\"top\">xxx
</td>
<td valign=\"top\">xxx.
</td>
</tr>
</table>
<!-- Non-backward compatible changes to existing components -->
<p>
Expand Down Expand Up @@ -1023,14 +1015,6 @@ This closes <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/565\"
</td>
</tr>
</table>
<p>
Note:
</p>
<ul>
<li>
xxx
</li>
</ul>
</html>"));
end Version_4_0_0;

Expand Down Expand Up @@ -6050,7 +6034,7 @@ on the Buildings library.
</p>
<ul>
<li>
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_4_0_0\">Version 4.0.0</a> (xxx, 2016)
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_4_0_0\">Version 4.0.0</a> (March 29, 2016)
</li>
<li>
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_3_0_0\">Version 3.0.0</a> (March 29, 2016)
Expand Down Expand Up @@ -6577,8 +6561,8 @@ end UsersGuide;
annotation (
preferredView="info",
version="4.0.0",
versionDate="2016-03-29",
dateModified="2016-03-29",
versionDate="2017-03-29",
dateModified="2017-03-29",
uses(Modelica(version="3.2.2")),
conversion(
from(version={"3.0.0", "4.0.0"},
Expand Down

0 comments on commit ab1cafc

Please sign in to comment.