The usage of an index vector for indexing the elements of a target cache is not possible. NumeRe instead uses only the first element of the index vector as the starting value for a new linear index. Hence assigning the elements to an arbitrary order of target cache elements is not possible.
Analysis:
This may be done using the Indices structure and the corresponding parser function. In addition, it will improve maintainability if the Cache class will get a corresponding method, which can handle multiple writing values combined with the Indices structure.
Implementation:
The implementation was done as proposed by the analysis. Implementation tests were passed successfully.
Documentation:
Not needed - Bug fix.
Tests:
Occured deviation was fixed in revision 190. No additional deviations detected. Fix implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: