Opened 11 years ago

Last modified 11 years ago

#2503 closed defect

protected extends is not propagated correctly — at Version 1

Reported by: Adrian Pop Owned by: Per Östlund
Priority: high Milestone: 1.9.1
Component: Frontend Version: trunk
Keywords: Cc: nimalk@…, Peter Aronsson

Description (last modified by Adrian Pop)

model myPendulum
 protected
 extends Pendulum;
 public
 Real phi = revolute.phi
end myPendulum;

Only phi should be public.
This is useful for MathCore so that only phi ends up in the result file.

Change History (1)

comment:1 by Adrian Pop, 11 years ago

Cc: nimalk@… added
Description: modified (diff)
Owner: changed from Adrian Pop to Per Östlund
Status: newassigned
Note: See TracTickets for help on using tickets.