Opened 11 years ago
Last modified 11 years ago
#2503 closed defect
protected extends is not propagated correctly — at Initial Version
Reported by: | Adrian Pop | Owned by: | Adrian Pop |
---|---|---|---|
Priority: | high | Milestone: | 1.9.1 |
Component: | Frontend | Version: | trunk |
Keywords: | Cc: | nimalk@…, Peter Aronsson |
Description
model myPendulum protected extends Pendulum; public Real phi = revolute.phi end myPendulum;
Only phi should be protected.
This is useful for MathCore so that only phi ends up in the result file.
Note:
See TracTickets
for help on using tickets.