#4850 closed defect (fixed)
wrapFunctionCalls failed for sum
Reported by: | Vitalij Ruge | Owned by: | Vitalij Ruge |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | Backend | Version: | |
Keywords: | wrapFunctionCalls | Cc: | Lennart Ochel |
Description
following example failed
function foo input Real[:] x; output Real[:] y = x; end foo; model foobar Real y = sum(foo({time, time*2})); equation end foobar;
with
Error: post-optimization module wrapFunctionCalls (simulation) failed
.
Change History (6)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
follow-up: 3 comment:2 by , 7 years ago
comment:3 by , 7 years ago
Replying to lochel:
Why does the cse module fail for
sum
?
I added lochel as CC.
He's been working on cse and can probably explain better than me.
comment:4 by , 7 years ago
Cc: | added |
---|
comment:5 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:6 by , 7 years ago
Vitalij, I asked the question. So could you please explain why the cse module failed and why it is a good idea to skip function sum
?
Note:
See TracTickets
for help on using tickets.
Why does the cse module fail for
sum
?