#3023 closed defect (fixed)
Missing check for dependency for lhs (tuple) and (rhs) function call with multiple output
| Reported by: | Vitalij Ruge | Owned by: | Vitalij Ruge |
|---|---|---|---|
| Priority: | high | Milestone: | 1.9.2 |
| Component: | Backend | Version: | trunk |
| Keywords: | Cc: |
Description
The following model
model foo function f input Real x; output Real z = 2*x; output Real y = 3*x; end f; Real z; equation z = f(2*z+time); end foo;
create wrong solution for z.
Change History (3)
comment:1 by , 11 years ago
| Component: | Unknown → Backend |
|---|---|
| Status: | new → accepted |
comment:2 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
comment:3 by , 11 years ago
| Milestone: | Future → 1.9.2 |
|---|
Note:
See TracTickets
for help on using tickets.

fixed in r23713