| 50 | '''4) flange_a falsely reported as missing''' |
| 51 | If we open Modelica.Mechanics.Translational.Examples.Friction in diagram mode we don't see flanges on stop1 and stop2. If we simulate it we get the following error messages: |
| 52 | |
| 53 | {{{ |
| 54 | [1] 08:53:49 Scripting Error |
| 55 | Unable to find component stop2.flange_a while parsing connection {spring.flange_b,stop2.flange_a,}. |
| 56 | |
| 57 | [2] 08:53:49 Scripting Error |
| 58 | Unable to find component stop1.flange_a while parsing connection {force.flange,stop1.flange_a,}. |
| 59 | }}} |
| 60 | Nevertheless, the model compiles and runs correctly. Using Dymola we do see flanges on stop1 and stop2, and don't see any error message. |
| 61 | |