Opened 7 years ago

Last modified 7 years ago

#4602 closed defect

Complex type not found anymore — at Version 1

Reported by: massimo ceraolo Owned by: somebody
Priority: critical Milestone: 1.13.0
Component: *unknown* Version:
Keywords: Cc:

Description (last modified by massimo ceraolo)

Consider the following model:

model TestSimpleComplex
  parameter Complex z=Complex(1,2);
end TestSimpleComplex;

The Complex type used to be found without issues with OM. But build v1.13.0-dev-89 says:

[1] 16:14:45 Translation Error
[TestSimpleComplex: 2:3-2:35]: Class Complex not found in scope TestSimpleComplex.

[2] 16:14:45 Translation Error
Error occurred while flattening model TestSimpleComplex


Change History (1)

comment:1 by massimo ceraolo, 7 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.