Opened 18 years ago

Last modified 14 years ago

#92 closed defect (fixed)

Attributes are missing in MOF output when using typedef's

Reported by: filip Owned by: filip
Priority: critical Milestone:
Component: Version:
Keywords: Cc: filip, Adrian Pop

Description

.

Change History (2)

comment:1 by filip, 18 years ago

type T = Real(final unit = "m/s");

class A

Real a(unit = "m/s"); OK
T b;
Attributes are missing in MOF output

end A;

comment:2 by Martin Sjölund, 14 years ago

Fixed in trunk; hopefully ages ago

Note: See TracTickets for help on using tickets.