Opened 14 years ago
Last modified 14 years ago
#1579 closed defect (fixed)
simplify cast of fill
| Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Version: | ||
| Keywords: | Cc: | Martin Sjölund, |
Description
loadString("
model M
function f
input Integer i;
output Real r = max(1.0*fill(i,1:i));
end f;
Real r = f(integer(time));
end M;
");
getErrorString();
instantiateModel(M);
getErrorString();
Note:
See TracTickets
for help on using tickets.
