Changes between Initial Version and Version 1 of Ticket #4864
- Timestamp:
- 2018-04-05T22:44:15Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4864 – Description
initial v1 9 9 QtotA = QA[1] + QA[2] + QA[3] + QA[4] + QA[5] + QA[6] + QA[7] + QA[8] + QA[9]; 10 10 }}} 11 As i #4863 I'm not sure if we should expand the array when the DAE structure is created, or rather extend the code generation to handle the sum function explicitly.11 As in #4863 I'm not sure if we should expand the array when the DAE structure is created, or rather extend the code generation to handle the sum function explicitly. 12 12 13 13 If expanding the array in the NF is easily accomplished, I would suggest to do that, at least for the time being, so we can get the maximum coverage without waiting for somebody to fix the code generation.