Skip to content

Commit a3c1a0d

Browse files
dcoeurjoCopilot
andauthored
Update src/DGtal/kernel/sets/DigitalSetByOctree.ih
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent be74475 commit a3c1a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DGtal/kernel/sets/DigitalSetByOctree.ih

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ namespace DGtal
247247
CellIndex child = myNodes[tmem.lvl][tmem.idx].children[tmem.currentChildIdx];
248248
myNodes[tmem.lvl][tmem.idx].children[tmem.currentChildIdx] = INVALID_IDX;
249249

250-
// Reindex childrens because one was removed in previous layer
250+
// Reindex children because one was removed in previous layer
251251
for (CellIndex i = 0; i < myNodes[tmem.lvl].size(); ++i)
252252
{
253253
auto& node = myNodes[tmem.lvl][i];

0 commit comments

Comments
 (0)