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