Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tiago Peixoto
graph-tool
Commits
f4ab27bb
Commit
f4ab27bb
authored
Feb 24, 2017
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
graph_distance_sampled.hh: Fix compilation warning
parent
6e1c0056
Pipeline
#274
passed with stage
in 178 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/graph/stats/graph_distance_sampled.hh
src/graph/stats/graph_distance_sampled.hh
+0
-1
No files found.
src/graph/stats/graph_distance_sampled.hh
View file @
f4ab27bb
...
...
@@ -149,7 +149,6 @@ struct get_sampled_distance_histogram
void
operator
()(
const
Graph
&
g
,
Vertex
s
,
VertexIndex
vertex_index
,
DistanceMap
dist_map
,
no_weightS
)
const
{
typedef
typename
graph_traits
<
Graph
>::
vertex_descriptor
vertex_t
;
typedef
typename
vprop_map_t
<
default_color_type
>::
type
::
unchecked_t
vmap_t
;
vmap_t
color_map
(
vertex_index
,
num_vertices
(
g
));
parallel_vertex_loop
...
...
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