We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe4f5a commit 5ad1dbcCopy full SHA for 5ad1dbc
octree.h
@@ -2084,7 +2084,7 @@ namespace OrthoTree
2084
for (size_t i = 0; i < remainingEntityNo; ++i)
2085
{
2086
auto entityID = parentNode.Entities[i];
2087
- auto const [depthID, locationID] = this->GetDepthAndLocationID(geometryCollection[entityID]);
+ auto const [depthID, locationID] = this->GetDepthAndLocationID(detail::at(geometryCollection, entityID));
2088
if (depthID <= parentDepth)
2089
continue;
2090
0 commit comments