Commit 7762ef1f authored by Pierre Lassalle's avatar Pierre Lassalle
Browse files

Remove const for lp::CellLists

Showing with 3 additions and 2 deletions
+3 -2
......@@ -89,7 +89,7 @@ namespace lp
static void CreateNewContour(Contour& newContour,
const CellIndex startCellId,
const std::unordered_set<long unsigned int>& setCells,
CellLists& setCells,
const std::size_t bboxWidth,
const std::size_t bboxHeight);
......
......@@ -51,9 +51,10 @@ namespace lp
CreateNewContour(mergedContour, GridToBBox(cid1, mergedBBox, gridSizeX), borderCells, mergedBBox.m_W, mergedBBox.m_H);
}
void ContourOperations::CreateNewContour(Contour& newContour,
const CellIndex cidx,
const std::unordered_set<CellIndex>& setCells,
CellLists& setCells,
const std::size_t bboxWidth,
const std::size_t bboxHeight)
{
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment