Skip to content

Commit

Permalink
Merge branch 'master' into meyer/fix-phmap
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerzinn authored Apr 12, 2024
2 parents 89f135f + cb75c39 commit 4117e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgalois/include/galois/graphs/MorphGraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ public
}

uint64_t getDegree(GraphNode N) {
uint64_t ret;
uint64_t ret = 0;
for (auto& edge : out_edges(N)) {
ret++;
}
Expand Down

0 comments on commit 4117e1f

Please sign in to comment.