Opened 10 years ago
Closed 10 years ago
#2862 closed defect (fixed)
Size expression from wrong scope ends up in generate function code
Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | 1.9.1 |
Component: | Frontend | Version: | trunk |
Keywords: | Cc: |
Description
The attached function Annex60.Fluid.Movers.BaseClasses.Characteristics.pressure causes _n
to be a part of the generated code. n
is not a part of the function scope (it is a part of the record used by the size expression).
Attachments (1)
Change History (3)
by , 10 years ago
comment:1 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r22610. Testcase added in r22611.