Skip to content

Commit 7971a9d

Browse files
committed
Cleanup package.mo code
1 parent 0c68f45 commit 7971a9d

1 file changed

Lines changed: 12 additions & 16 deletions

File tree

SDF/package.mo

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,36 @@
11
within ;
22
package SDF "Scientific Data Format"
3-
extends Modelica.Icons.Package;
3+
extends .Modelica.Icons.Package;
44

5-
6-
7-
8-
9-
10-
annotation (uses(Modelica(version="4.1.0")),
5+
annotation (
6+
uses(Modelica(version="4.1.0")),
117
version="0.4.6",
12-
Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},
13-
{100,100}}), graphics={
8+
Icon(
9+
coordinateSystem(extent={{-100,-100}, {100,100}}),
10+
graphics={
1411
Rectangle(
15-
extent={{-60,60},{60,-60}},
12+
extent={{-60,60}, {60,-60}},
1613
lineColor={95,95,95},
1714
fillColor={235,235,235},
1815
fillPattern=FillPattern.Solid),
1916
Line(
20-
points={{-20,60},{-20,-60}},
17+
points={{-20,60}, {-20,-60}},
2118
color={95,95,95}),
2219
Line(
23-
points={{20,60},{20,-60}},
20+
points={{20,60}, {20,-60}},
2421
color={95,95,95}),
2522
Line(
26-
points={{0,80},{0,-40}},
23+
points={{0,80}, {0,-40}},
2724
color={95,95,95},
2825
origin={20,20},
2926
rotation=90),
3027
Line(
31-
points={{0,80},{0,-40}},
28+
points={{0,80}, {0,-40}},
3229
color={95,95,95},
3330
origin={20,-20},
3431
rotation=90)}),
3532
Documentation(info="<html>
3633
<p>The SDF package contains blocks and functions to read, write and interpolate multi-dimensional data using the <a href=\"https://github.com/ScientificDataFormat/SDF\">Scientific Data Format</a>.</p>
37-
</html>", revisions="<html>
38-
</html>"),
34+
</html>",
3935
conversion(noneFromVersion="0.4.5"));
4036
end SDF;

0 commit comments

Comments
 (0)