Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
8d5b50b8
Commit
8d5b50b8
authored
Oct 06, 2012
by
Tiago Peixoto
Browse files
Fix compilation of graph_hits.cc with openmp
parent
4f485b9b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/graph/centrality/graph_hits.hh
View file @
8d5b50b8
...
...
@@ -65,7 +65,7 @@ struct get_hits
{
x_norm
=
0
;
#pragma omp parallel for default(shared) private(i) \
schedule(dynamic) reduction(+:norm)
schedule(dynamic) reduction(+:
x_
norm)
for
(
i
=
0
;
i
<
N
;
++
i
)
{
typename
graph_traits
<
Graph
>::
vertex_descriptor
v
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment