Opened 12 years ago
Last modified 5 years ago
#2367 accepted defect
Record with vectors, zeros(), size() — at Initial Version
Reported by: | Owned by: | probably noone | |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | New Instantiation | Version: | trunk |
Keywords: | Cc: |
Description
model emptyVector2
record R
parameter Real x[:]=zeros(size(x,1));
end R;
R r;
end emptyVector2;
here omc.exe freezes. (r15030)
Note:
See TracTickets
for help on using tickets.