Closed cschwan closed 2 years ago
This is needed to because Grid::merge takes ownership of the merged grid, which we might want to use after merging. With Grid::clone we can work around by cloning before merging.
Grid::merge
Grid::clone
Implemented in commit 40eea19ff697c15dce441b2e233bba090c601373.
This is needed to because
Grid::merge
takes ownership of the merged grid, which we might want to use after merging. WithGrid::clone
we can work around by cloning before merging.