Skip to content
GitLab
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
a9b02d3e
Commit
a9b02d3e
authored
Apr 23, 2015
by
Tiago Peixoto
Browse files
Fix binding error in graph_community.cc
parent
8be3461d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph/community/graph_community.cc
View file @
a9b02d3e
...
...
@@ -107,14 +107,12 @@ extern void community_network(GraphInterface& gi, GraphInterface& cgi,
void
community_network_vavg
(
GraphInterface
&
gi
,
GraphInterface
&
cgi
,
boost
::
any
community_property
,
boost
::
any
condensed_community_property
,
boost
::
any
vertex_count
,
boost
::
any
vweight
,
boost
::
python
::
list
avprops
);
void
community_network_eavg
(
GraphInterface
&
gi
,
GraphInterface
&
cgi
,
boost
::
any
community_property
,
boost
::
any
condensed_community_property
,
boost
::
any
edge_count
,
boost
::
any
eweight
,
boost
::
python
::
list
aeprops
,
bool
self_loops
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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