Skip to content
Snippets Groups Projects
Commit abe554f5 authored by Jianfeng Yan's avatar Jianfeng Yan
Browse files

BUG: fixed popFromP by breaking the loop

parent 7d48a87b
No related branches found
No related tags found
No related merge requests found
......@@ -517,6 +517,7 @@ RCM(const std::vector<NeighborContainer>& neighbors)
isInP[vid] = false;
pCur = vid;
parent = vid;
break;
}
}
if (parent == invalid)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment