Opened 13 years ago
Last modified 13 years ago
#1825 closed defect
Error filling array with A:B:C notation — at Initial Version
Reported by: | julian.wyszynski | Owned by: | somebody |
---|---|---|---|
Priority: | high | Milestone: | 1.9.0 |
Component: | Frontend | Version: | |
Keywords: | Cc: |
Description
The following model can't be simulated in OMShell:
model TestModel
Real Variable1[25];
equation
Variable1 = -2.4:0.2:2.4;
end TestModel;
There are 25 values shown in the OMShell but only 24 are excepted.
Note:
See TracTickets
for help on using tickets.