- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Code Generation Failed
Page Start Prev 1 Next End
Code Generation Failed
Re: Code Generation Failed
Jun-22-20 06:58:15
It says missing "each", right?
Code:
model M
Real r[3](start = 3.0) = {1,2,3};
end M;
vs. valid model:
Code:
model M
Real r[3](each start = 3.0) = {1,2,3};
end M;
- sjoelund.se
- 1700 Posts
Page Start Prev 1 Next End
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Code Generation Failed
There are 0 guests and 0 other users also viewing this topic