Opened 12 years ago
Closed 12 years ago
#1971 closed defect (fixed)
Errors in return values in functions with two outputs
Reported by: | Bruno Scaglioni | Owned by: | probably noone |
---|---|---|---|
Priority: | high | Milestone: | 1.9.0 |
Component: | Backend | Version: | trunk |
Keywords: | multiple output function | Cc: | Willi Braun |
Description
Functions with two outputs, where the first output is a scalar and the second output is array copy the value of the first output in the first element of the second output and leave all the other elements untouched, returning wrong values
The attached model is an example
Attachments (1)
Change History (2)
by , 12 years ago
Attachment: | TestTwoOut.mo added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
fixed in r14257