Changes between Initial Version and Version 2 of Ticket #4936
- Timestamp:
- 2018-05-14T09:48:43Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4936
- Property Component *unknown* → Code Generation
- Property Milestone Future → 1.13.0
- Property Owner changed from to
-
Ticket #4936 – Description
initial v2 1 1 When trying to simulate the following model with OM 1.13.0~dev-960-ged88ece on Linux, I get the error "Dimension 1 has bounds 1..10, got array subscript 0". 2 ------------------------------- 2 {{{#!mo 3 3 model GameofLife 4 4 parameter Integer n=10; //dimension of the cellular space … … 46 46 47 47 end GameofLife; 48 ------------------------------- 48 }}} 49 49 Error seems to be in line 26 "neighbors := ...". 50 50