Skip to content

Commit

Permalink
Merge pull request #36 from dzimmer/fix-syntax
Browse files Browse the repository at this point in the history
Fix syntax
  • Loading branch information
Franciscus van der Linden committed Jun 27, 2014
2 parents cce523c + 2d5b871 commit b662231
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PlanarMechanics/GearComponents/Examples/PlanetaryGear.mo
Expand Up @@ -32,4 +32,6 @@ equation
<p>The ring gear is driven using a 1Nm load, the velocity of the sun is fixed to 1 rad/s. The model shows the possibilities of the gear connection models.</p>
<p><br>In this example only one of 3 planets is modelled. This reduction can be done because of the symmetry of the gears. For more advanced topics like load sharing between gears, more advanced models should be used.</p>
</html>", revisions=
experiment(StopTime=10));end PlanetaryGear;
"<html><p><img src=\"modelica://PlanarMechanics/Resources/Images/dlr_logo.png\"/> <b>Developed 2010-2014 at the DLR Institute of System Dynamics and Control</b> </p></html>"),
experiment(StopTime=10));
end PlanetaryGear;
1 change: 1 addition & 0 deletions PlanarMechanics/GearComponents/Examples/SpurGear.mo
Expand Up @@ -79,4 +79,5 @@ equation
annotation (experiment(StopTime=10),Documentation(info="<html>
<p>Simple example of a spur gear in a planar environment.</p>
</html>", revisions=
"<html><p><img src=\"modelica://PlanarMechanics/Resources/Images/dlr_logo.png\"/> <b>Developed 2010-2014 at the DLR Institute of System Dynamics and Control</b> </p></html>"));
end SpurGear;

0 comments on commit b662231

Please sign in to comment.