Opened 13 years ago
Last modified 7 years ago
#1853 closed defect
reinit does not handle arrays — at Version 5
Reported by: | Adeel Asghar | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | critical | Milestone: | 1.13.0 |
Component: | Frontend | Version: | trunk |
Keywords: | Cc: | Per Östlund, Martin Sjölund |
Description (last modified by )
Passing an array to reinit
(or change
) raises the "wrong arguments error".
Change History (5)
comment:1 by , 13 years ago
Summary: | reinit does not handle arrays → reinit and change does not handle arrays |
---|
comment:2 by , 13 years ago
Description: | modified (diff) |
---|
comment:3 by , 13 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:4 by , 13 years ago
comment:5 by , 13 years ago
Description: | modified (diff) |
---|---|
Summary: | reinit and change does not handle arrays → reinit does not handle arrays |
Note:
See TracTickets
for help on using tickets.
I'm pretty sure you cannot vectorize
change
, because<>
does not work on vectors.reinit
I guess should be allowed. What models uses this?