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
a9b5ee3e
Commit
a9b5ee3e
authored
Sep 03, 2009
by
Tiago Peixoto
Browse files
Fix typo bug in isomorphism()
parent
f2f45f0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/topology/__init__.py
View file @
a9b5ee3e
...
...
@@ -35,7 +35,7 @@ def isomorphism(g1, g2, isomap=False):
imap
=
g1
.
new_vertex_property
(
"int32_t"
)
iso
=
libgraph_tool_topology
.
\
check_isomorphism
(
g1
.
_Graph__graph
,
g2
.
_Graph__graph
,
_prop
(
"v"
,
g1
,
i
so
map
))
_prop
(
"v"
,
g1
,
imap
))
if
isomap
:
return
iso
,
imap
else
:
...
...
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