Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd86730

Browse files
authored
Add files via upload
1 parent 7279a56 commit fd86730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

similarity_measure.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ set<unsigned int> COMP<T>::find_community(unordered_map<unsigned int, Node*>& li
463463

464464
for(auto e : mapT)
465465
{
466-
if(list_node.find(e.first) != list_node.end())
467-
data_explore.list_node_to_visit.push_back(e.first);
466+
//if(list_node.find(e.first) != list_node.end())
467+
data_explore.list_node_to_visit.push_back(e.first);
468468
}
469469
random_shuffle(data_explore.list_node_to_visit.begin(), data_explore.list_node_to_visit.end());
470470

0 commit comments

Comments
 (0)