-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correcting minor errors for release v2.1.1.1
- Loading branch information
Showing
6 changed files
with
11 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 5 additions & 11 deletions
16
.../UsersGuide/ReleaseNotes/Version_2_2_0.mo → .../UsersGuide/ReleaseNotes/Version_2_1_1.mo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
within BusinessSimulation.UsersGuide.ReleaseNotes; | ||
|
||
final class Version_2_2_0 "Version 2.2.0 ($versiondate)" | ||
final class Version_2_1_1 "Version 2.1.1 (2023-05-02)" | ||
annotation(Documentation(info = "<html> | ||
<p class=\"aside\">This information is part of the Business Simulation Library (BSL).</p> | ||
<p>Some <strong>errors were fixed</strong>:</p> | ||
<ul> | ||
<li>...</li><br> | ||
</ul> | ||
<p>This release <strong>adds the following classes</strong>:</p> | ||
<ul> | ||
<li>...</li><br> | ||
</ul> | ||
<p>The following <strong>modifications</strong> were made:</p> | ||
<ul> | ||
<li>...</li><br> | ||
<li>Fixed library reference in <code>uses</code> annotation.</li><br> | ||
<li>Class<code>Interfaces/PartialCLD/SourceOrSink.mo</code> needs to have <code>OutputType</code> for the parameter <code>rate</code>.</li><br> | ||
<li>Fixed spelling errors in some file references.</li><br> | ||
</ul> | ||
</html>"), Diagram(coordinateSystem(extent = {{-150, -90}, {150, 90}}, preserveAspectRatio = true, initialScale = 0.1, grid = {5, 5})), Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}, initialScale = 0.1, grid = {10, 10}), graphics = {Polygon(visible = true, lineColor = {56, 56, 56}, fillColor = {246, 246, 246}, fillPattern = FillPattern.Solid, points = {{-80, -100}, {-80, 100}, {20, 100}, {20, 40}, {80, 40}, {80, -100}, {-80, -100}}), Polygon(visible = true, lineColor = {56, 56, 56}, fillColor = {230, 230, 230}, fillPattern = FillPattern.Solid, points = {{20, 100}, {80, 40}, {20, 40}, {20, 100}}), Line(visible = true, points = {{2, -12}, {50, -12}}, color = {56, 56, 56}), Line(visible = true, points = {{2, -60}, {50, -60}}, color = {56, 56, 56}), Ellipse(visible = true, origin = {-35, -60}, lineColor = {56, 56, 56}, fillColor = {160, 160, 164}, fillPattern = FillPattern.Solid, extent = {{-12.5, -12.5}, {12.5, 12.5}}), Ellipse(visible = true, origin = {-35, -12.5}, lineColor = {56, 56, 56}, fillColor = {160, 160, 164}, fillPattern = FillPattern.Solid, extent = {{-12.5, -12.5}, {12.5, 12.5}})})); | ||
end Version_2_2_0; | ||
end Version_2_1_1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Version_2_2_0 | ||
Version_2_1_1 | ||
Version_2_1_0 | ||
Version_2_0_0 | ||
Version_1_0_1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters