Skip to content
  • Felix Gruber's avatar
    don't resize localVector in copyToLocalVector · bc70fd1c
    Felix Gruber authored
    First of all, it is misleading that a function called copy does a
    resize. Second, the resize is redundant in all but one calls of this
    function in our codebase. And third, it doesn't work when passing an
    iterator as the target of the copy operation. This means that the code
    in refinementinterpolation.hh did not work after commit
    b74728f3.
    bc70fd1c