Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 Vitalij Ruge, 10 years ago

Component: UnknownBackend
Status: newaccepted

comment:2 by Vitalij Ruge, 10 years ago

Resolution: fixed
Status: acceptedclosed

fixed in 23713

Version 0, edited 10 years ago by Vitalij Ruge (next)

comment:3 by anonymous, 10 years ago

Milestone: Future1.9.2
Note: See TracTickets for help on using tickets.