Opened 10 years ago

Last modified 7 years ago

#2954 new defect

Short class definition as stored definition are not loaded — at Initial Version

Reported by: Adrian Pop Owned by: somebody
Priority: high Milestone: Future
Component: Frontend Version: trunk
Keywords: Cc:

Description

Say you have a file SomePackage/Types/MassFlowRate.mo

within SomePackage.Types;
type MassFlowRate = Real (
    quantity="MassFlowRate",
    final unit="kg/s",
    min=-1.0e6,
    max=1.0e6) "Type for mass flow rate";

It seems that the class MassFlowRate is not loaded.
Probably some Class(PARTS) match that should handle
also Class(DERIVED) somewhere.

Change History (0)

Note: See TracTickets for help on using tickets.