Changes between Initial Version and Version 1 of Ticket #6378, comment 2


Ignore:
Timestamp:
2021-02-15T20:54:01Z (4 years ago)
Author:
Francesco Casella

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6378, comment 2

    initial v1  
    1 @rfranke, in some cases some classes (e.g. type declarations) are taken from partial classes. It is necessary to take them from non-partial (possibly redeclared) classes instead.
     1@rfranke, in some cases some classes (e.g. type declarations) are taken from partial packages. It is necessary to take them from non-partial (possibly redeclared) packages instead, because lookup in partial classes is not allowed in simulation models.
    22
    33For more information, see the corresponding section in [https://openmodelica.org/doc/OpenModelicaUsersGuide/latest/porting.html#access-to-classes-defined-in-partial-packages User's Guide]. In the same chapter of the guide there are other indications on how to make sure that libraries are fully compliant to the Modelica specification, so they can be used in OMC.