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
c46a1c3f
Commit
c46a1c3f
authored
Feb 27, 2017
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove compilation warning
parent
68fe690f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/graph/stats/graph_distance.hh
src/graph/stats/graph_distance.hh
+0
-2
No files found.
src/graph/stats/graph_distance.hh
View file @
c46a1c3f
...
...
@@ -58,8 +58,6 @@ struct get_distance_histogram
const
vector
<
long
double
>&
obins
,
python
::
object
&
phist
)
const
{
typedef
typename
graph_traits
<
Graph
>::
vertex_descriptor
vertex_t
;
// select get_vertex_dists based on the existence of weights
typedef
typename
mpl
::
if_
<
std
::
is_same
<
WeightMap
,
no_weightS
>
,
get_dists_bfs
,
...
...
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