Changes between Initial Version and Version 1 of Ticket #3495, comment 4


Ignore:
Timestamp:
2015-10-17T05:59:20Z (9 years ago)
Author:
Lennart Ochel

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3495, comment 4

    initial v1  
    1 This line causes the error if {{{idx == nVec}}}:
     1This line causes the error if {{{(idx == nVec) or (idx == 1)}}}:
    22{{{
    33vecout[idx:nVec-1]:=vecin[idx+1:nVec];