Changes between Initial Version and Version 1 of Ticket #463, comment 8


Ignore:
Timestamp:
Nov 24, 2012, 9:09:37 AM (11 years ago)
Author:
Simon King
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #463, comment 8

    initial v1  
    1919    }
    2020}}}
    21 so this queries all elements `bufAeval2[0],...,bufAeval2[A.level()-2]`. However, if this allocates an array as it does in C, then the new command above only creates bufAeval2[0],...,bufAeval2[A.level()-3] (i.e., A.level()-2 of them, but 0-based.
     21so this queries all elements `bufAeval2[0],...,bufAeval2[A.level()-2]`. However, if this allocates an array as it does in C, then the new command above only creates `bufAeval2[0],...,bufAeval2[A.level()-3]` (i.e., `A.level()-2` of them, but 0-based).
    2222
    23 The initialization by evaluationWRTDifferentSecondVars seems to corroborate that:
     23The initialization by `evaluationWRTDifferentSecondVars` seems to corroborate that:
    2424
    2525`facFqFactorize.cc:1778`