Skip to content

Commit ce5ce7b

Browse files
committed
Bugfix: Missing detail::at in InsertWithRebalancingBase
1 parent 1679220 commit ce5ce7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,7 @@ namespace OrthoTree
20852085
for (size_t i = 0; i < remainingEntityNo; ++i)
20862086
{
20872087
auto entityID = parentNode.Entities[i];
2088-
auto const [depthID, locationID] = this->GetDepthAndLocationID(geometryCollection[entityID]);
2088+
auto const [depthID, locationID] = this->GetDepthAndLocationID(detail::at(geometryCollection, entityID));
20892089
if (depthID <= parentDepth)
20902090
continue;
20912091

0 commit comments

Comments
 (0)