Skip to content

[arpackpp] Don't specify no-copy on BlockVector::resize().

Jö Fahlke requested to merge arpackpp-dont-use-bogus-nocopy into master

The overload of resize() with explicit copyOldValues argument is easy to confuse with std::vectors resize() with default-value for newly created elements. In any case, it does nothing here because the BlockVector is empty before the resize.

Merge request reports

Loading