File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3524,10 +3524,10 @@ namespace OrthoTree
3524
3524
3525
3525
for (std::size_t iNodePrev = 0 , iNodeParent = 0 ; iNodePrev < iNodeKey && iNodeParent < parentNodeKeysNo;)
3526
3526
{
3527
- if (parentNodeKeys[iNodeParent] == currentNodeKeys[iNodeParent ] || (parentNodeKeys[iNodeParent] == keysOfEntitysDepth[iNodePrev]))
3527
+ if (parentNodeKeys[iNodeParent] == currentNodeKeys[iNodePrev ] || (parentNodeKeys[iNodeParent] == keysOfEntitysDepth[iNodePrev]))
3528
3528
{
3529
3529
// Found an earlier common key
3530
- entityIDPairsFromOtherBranch. at ( entityID) .emplace (entityIDFromParent);
3530
+ entityIDPairsFromOtherBranch[ entityID] .emplace (entityIDFromParent);
3531
3531
break ;
3532
3532
}
3533
3533
else if (parentNodeKeys[iNodeParent] < currentNodeKeys[iNodePrev])
You can’t perform that action at this time.
0 commit comments