Skip to content

replace `ArrayOf` implementation with `std::vector`

Ansgar Burchardt requested to merge 17-remove-ArrayOf into master

WIP:

  • Pass const std::vector& to other functions if possible (i.e., add const)
  • xfer.h defined NoArrayFree and never freed the memory. Was this a memory leak? Or relying on ReleaseHeap (which I think doesn't work)?
  • dune-grid checks pass

Merge Description:

Closes: #17 (closed)

Edited by Ansgar Burchardt

Merge request reports