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
e03b1758
Commit
e03b1758
authored
Mar 09, 2009
by
Tiago Peixoto
Browse files
Fix all_edges selector
parent
e4c09389
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph/graph_selectors.hh
View file @
e03b1758
...
...
@@ -295,7 +295,7 @@ struct all_edges_iteratorS
static
std
::
pair
<
type
,
type
>
get_edges
(
vertex_descriptor
v
,
const
Graph
&
g
)
{
return
get_all_edges
<
Graph
,
is_directed
>::
all
_edges
(
v
,
g
);
return
get_all_edges
<
Graph
,
is_directed
>::
get
_edges
(
v
,
g
);
}
};
...
...
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