Changeset 1049

Show
Ignore:
Timestamp:
02/24/08 11:52:01 (9 months ago)
Author:
otter
Message:

Added unit="1" to Modelica.Mechanics.MultiBody.Types.Axis, since in some cases the propagation of units in Dymola 7 gives warnings about wrong units. Updated release notes correspondingly

Location:
branches/maintenance/2.2.2/Modelica
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/maintenance/2.2.2/Modelica/Mechanics/MultiBody/Types.mo

    r572 r1049  
    1111</HTML>")); 
    1212   
    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 ( 
    1415    preferedView="text", 
    1516    Evaluate=true, 
  • branches/maintenance/2.2.2/Modelica/package.mo

    r1040 r1049  
    598598                        are sometimes not correct. </td>  
    599599  </tr> 
     600 
    600601  <tr><td colspan=\"2\"><b>Mechanics.Rotational.</b></td></tr> 
    601602  <tr><td valign=\"top\"> LinearSpeedDependentTorque<br> 
     
    632633  <tr><td valign=\"top\"> CombiTable2D</td> 
    633634      <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>  
    634640  </tr> 
    635641</table>