Changes between Initial Version and Version 1 of Ticket #2502, comment 3
- Timestamp:
- 2013-12-06T11:41:03Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2502, comment 3
initial v1 1 1 Matching is not the problem. It is with purpose designed to do this to keep the algebraic equations as a block. For example also necessary to do indexreduction. 2 If the array equations are not extend via the module inlineArrayEqn (changes {{{{a[1],a[2]}={1,3}}}} to {{{a[1]=1}}} and {{{a[2]=3}}}) the code generation (SimCodeUtil.createSingleArrayEqnCode) have to handle this.2 If the array equations are not extended via the module inlineArrayEqn (changes {{{{a[1],a[2]}={1,3}}}} to {{{a[1]=1}}} and {{{a[2]=3}}}) the code generation (SimCodeUtil.createSingleArrayEqnCode) have to handle this.