Opened 13 years ago

Last modified 13 years ago

#1825 closed defect

Error filling array with A:B:C notation — at Version 2

Reported by: julian.wyszynski Owned by: Per Östlund
Priority: high Milestone: 1.9.0
Component: Frontend Version:
Keywords: Cc:

Description (last modified by Martin Sjölund)

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.

Change History (2)

comment:1 by Per Östlund, 13 years ago

Owner: changed from somebody to Per Östlund
Status: newaccepted

comment:2 by Martin Sjölund, 13 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.