| 45 | === Connecting Integer with Enumeration === |
| 46 | Some tools allows connecting an enumeration component in a connector (or expandable connector) with an integer variable. |
| 47 | Such connection is not valid Modelica and either the Integer variable should be an enumeration or the enumeration should be made an Integer in the connector and the Integer function used to convert the enumeration to an Integer variable that should be connected. |
| 48 | |
| 49 | === Redeclare instead of redeclare replaceable or replaceable in modifiers === |
| 50 | Some tools support redeclare (interpreted as redeclare replaceable) in modifiers instead of the correct Modelica: replaceable. |
| 51 | Because of this, in some libraries where this is used OpenModelica will give an error that an element is not declared as replaceable (because the modifier is just redeclare without replaceable). Change 'redeclare' to 'redeclare replaceable' or 'replaceable' from top to leafs. |
| 52 | |