Changeset 91de09


Ignore:
Timestamp:
07/09/12 11:30:36 (11 months ago)
Author:
Tiago de Paula Peixoto <tiago@…>
Branches:
master
Children:
016d82
Parents:
0285f0
git-author:
Tiago de Paula Peixoto <tiago@…> (07/09/12 11:30:36)
git-committer:
Tiago de Paula Peixoto <tiago@…> (07/09/12 11:30:36)
Message:
Docstring fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/graph_tool/topology/__init__.py

    r0adf28 r91de09  
    742742    The in-component can be obtained by reversing the graph. 
    743743 
    744     >>> l = gt.label_out_component(gt.GraphView(g, reversed=True), g.vertex(0)) 
     744    >>> l = gt.label_out_component(gt.GraphView(g, reversed=True, directed=True), 
     745    ...                            g.vertex(0)) 
    745746    >>> print(l.a) 
    746747    [1 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 1 0 0 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 
Note: See TracChangeset for help on using the changeset viewer.