| | 629 | class Version_3_0_BugFixes "Version 3.0 with bug fixes" |
| | 630 | |
| | 631 | annotation (Documentation(info="<html> |
| | 632 | |
| | 633 | <p> |
| | 634 | In this section bug fixes are summarized that have been incorporated |
| | 635 | since the release of version 3.0. |
| | 636 | </p> |
| | 637 | |
| | 638 | <p><br> |
| | 639 | The following <b style=\"color:red\">critical errors</b> have been fixed (i.e. errors |
| | 640 | that 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> |
| | 662 | The following <b style=\"color:red\">uncritical errors</b> have been fixed (i.e. errors |
| | 663 | that do <b style=\"color:red\">not</b> lead to wrong simulation results, but, e.g., |
| | 664 | units 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; |