Changeset 1049
- Timestamp:
- 02/24/08 11:52:01 (9 months ago)
- Location:
- branches/maintenance/2.2.2/Modelica
- Files:
-
- 2 modified
-
Mechanics/MultiBody/Types.mo (modified) (1 diff)
-
package.mo (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/maintenance/2.2.2/Modelica/Mechanics/MultiBody/Types.mo
r572 r1049 11 11 </HTML>")); 12 12 13 type Axis = Modelica.Icons.TypeReal[3] "Axis vector with choices for menus" annotation ( 13 type Axis = Modelica.Icons.TypeReal[3](each unit="1") 14 "Axis vector with choices for menus" annotation ( 14 15 preferedView="text", 15 16 Evaluate=true, -
branches/maintenance/2.2.2/Modelica/package.mo
r1040 r1049 598 598 are sometimes not correct. </td> 599 599 </tr> 600 600 601 <tr><td colspan=\"2\"><b>Mechanics.Rotational.</b></td></tr> 601 602 <tr><td valign=\"top\"> LinearSpeedDependentTorque<br> … … 632 633 <tr><td valign=\"top\"> CombiTable2D</td> 633 634 <td valign=\"top\"> Documentation improved and \"model\" changed to \"block\"</td> 635 </tr> 636 <tr><td colspan=\"2\"><b>Mechanics.MultiBody.Types</b></td></tr> 637 <tr><td valign=\"top\"> Axis </td> 638 <td valign=\"top\"> Added unit=\"1\", since in Dymola 7 unit propagation sometimes leads to 639 warnings otherwise.</td> 634 640 </tr> 635 641 </table>
