Skip to content

Commit

Permalink
Updated icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Jan 30, 2014
1 parent 2091a03 commit 3067622
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Annex60/Utilities/Math/Functions/package.mo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
within Annex60.Utilities.Math;
package Functions "Package with mathematical functions"
extends Modelica.Icons.BasesPackage;
extends Modelica.Icons.VariantsPackage;
annotation (preferredView="info", Documentation(info="<html>
<p>
This package contains functions for commonly used
Expand Down
11 changes: 9 additions & 2 deletions Annex60/Utilities/Math/package.mo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
within Annex60.Utilities;
package Math "Library with functions such as for smoothing"
extends Modelica.Icons.VariantsPackage;
extends Modelica.Icons.Package;
annotation (preferredView="info", Documentation(info="<html>
<p>
This package contains blocks and functions for commonly used
Expand All @@ -9,6 +9,13 @@ The classes in this package augment the classes
<a href=\"modelica://Modelica.Blocks\">
Modelica.Blocks</a>.
</p>
</html>"));
</html>"),
Icon(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},
{100,100}}), graphics={Line(points={{-80,0},{-68.7,34.2},{-61.5,53.1},
{-55.1,66.4},{-49.4,74.6},{-43.8,79.1},{-38.2,79.8},{-32.6,76.6},{
-26.9,69.7},{-21.3,59.4},{-14.9,44.1},{-6.83,21.2},{10.1,-30.8},{17.3,
-50.2},{23.7,-64.2},{29.3,-73.1},{35,-78.4},{40.6,-80},{46.2,-77.6},
{51.9,-71.5},{57.5,-61.9},{63.9,-47.2},{72,-24.8},{80,0}}, color={
0,0,0}, smooth=Smooth.Bezier)}));

end Math;

0 comments on commit 3067622

Please sign in to comment.