Show
Ignore:
Timestamp:
05/04/08 13:43:24 (4 months ago)
Author:
otter
Message:

- Bugs in MultiBody.Forces.WorldTorque and WorldForceAndTorque fixed

(resolveInFrame was not propagated).

- Release notes updated

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/maintenance/3.0/Modelica/package.mo

    r1097 r1112  
    22package Modelica "Modelica Standard Library (Version 3.0)" 
    33extends Icons.Library; 
    4    
    5    
     4 
     5 
    66annotation ( 
    77  preferredView="info", 
     
    627627 
    628628  package ReleaseNotes "Release notes" 
     629  class Version_3_0_BugFixes "Version 3.0 with bug fixes" 
     630 
     631      annotation (Documentation(info="<html> 
     632 
     633<p> 
     634In this section bug fixes are summarized that have been incorporated 
     635since the release of version 3.0. 
     636</p> 
     637 
     638<p><br> 
     639The following <b style=\"color:red\">critical errors</b> have been fixed (i.e. errors 
     640that can lead to wrong simulation results): 
     641</p> 
     642  
     643<table border=\"1\" cellspacing=0 cellpadding=2 style=\"border-collapse:collapse;\"> 
     644  <tr><td colspan=\"2\"><b>Mechanics.MultiBody.Forces</b></td></tr> 
     645  <tr><td valign=\"top\"> WorldTorque </td> 
     646      <td valign=\"top\"> Parameter \"ResolveInFrame\" was not propagated and therefore 
     647                        always the default (resolved in world frame) was used, independently 
     648                        of the setting of this parameter. </td>  
     649  </tr> 
     650  <tr><td valign=\"top\"> WorldForceAndTorque </td> 
     651      <td valign=\"top\"> Parameter \"ResolveInFrame\" was not propagated and therefore 
     652                        always the default (resolved in world frame) was used, independently 
     653                        of the setting of this parameter.<br> 
     654                        Furthermore, internally WorldTorque was used instead of 
     655                        Internal.BasicWorldTorque and therefore the visualization of 
     656                        worldTorque was performed twice. </td>  
     657  </tr> 
     658</table> 
     659  
     660  
     661<p><br> 
     662The following <b style=\"color:red\">uncritical errors</b> have been fixed (i.e. errors 
     663that do <b style=\"color:red\">not</b> lead to wrong simulation results, but, e.g.,  
     664units are wrong or errors in documentation): 
     665</p> 
     666  
     667<table border=\"1\" cellspacing=0 cellpadding=2 style=\"border-collapse:collapse;\"> 
     668  <tr><td colspan=\"2\"><b>XXXX</b></td></tr> 
     669  <tr><td valign=\"top\"> XXX</td> 
     670      <td valign=\"top\"> XXX </td>  
     671  </tr> 
     672</table> 
     673                                                 
     674</html>")); 
     675  end Version_3_0_BugFixes; 
    629676 
    630677    annotation (Documentation(info="<html>