Changeset 1115 for branches/maintenance/2.2.2
- Timestamp:
- 05/04/08 14:07:41 (5 months ago)
- Files:
-
- 1 modified
-
branches/maintenance/2.2.2/Modelica/package.mo (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/maintenance/2.2.2/Modelica/package.mo
r1096 r1115 1 1 within ; 2 2 package Modelica "Modelica Standard Library" 3 extends Icons.Library; 4 3 extends Icons.Library; 4 5 5 6 6 annotation(preferedView="info", … … 634 634 <td valign=\"top\"> Documentation improved and \"model\" changed to \"block\"</td> 635 635 </tr> 636 637 <tr><td colspan=\"2\"><b>Math.Matrices.</b></td></tr> 638 <tr><td valign=\"top\"> eigenvalues<br> 639 rank<br> 640 singularValues</td> 641 <td valign=\"top\"> Matrices with zero dimensions lead to a crash. 642 This has been fixed. </td> 643 </tr> 644 636 645 <tr><td colspan=\"2\"><b>Mechanics.MultiBody</b></td></tr> 637 646 <tr><td valign=\"top\"> * </td> … … 639 648 since in Dymola 7 unit propagation sometimes leads otherwise 640 649 to warnings.</td> 650 </tr> 651 <tr><td colspan=\"2\"><b>Media.Interfaces.PartialSimpleMedium</b></td></tr> 652 <tr><td valign=\"top\"> pressure<br> 653 temperature<br> 654 density<br> 655 specificEnthalpy </td> 656 <td valign=\"top\"> Missing functions added.</td> 641 657 </tr> 642 658 </table>
