Opened 16 years ago
Closed 15 years ago
#181 closed defect (fixed)
access on array elements in cond expressions does not work
Reported by: | rempel | Owned by: | rempel |
---|---|---|---|
Priority: | major | Milestone: | Promot 0.8.3 |
Component: | PromotKernel | Version: | 0.7.1 |
Severity: | fatal | Keywords: | array cond |
Cc: |
Description
the complete array can be used in :cond expressions, but using an element from an array does not work. problem is that cond expressions are parsed differently an indices are not passed, so resolution of the element fails. a potential solution is present but not tested sufficiently (worst case, other math-expressions might be truncated resulting in wrong models).
Change History (1)
comment:1 Changed 15 years ago by rempel
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
should be fixed with [9168]