Opened 20 years ago
Last modified 19 years ago
#14 closed defect (fixed)
elaborating arrayconstructors fails when mixing variables with expressions
Reported by: | haklu | Owned by: | haklu |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | haklu, Adrian Pop |
Description
Note:
See TracTickets
for help on using tickets.
model BoolArrayTest
Boolean b[2]={a,c}; works fine
Boolean b[2]={time > 1,time > 2}; works fine
equation
end BoolArrayTest;
$ ./modeq +d=errorbuf BoolArrayTest.mo
#|Execution failed!
Error buffer:
# Incompatible types in array expression
Execution failed!