COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/digraph.h

    r1217 r956  
    410410      /// \brief The base node of the iterator.
    411411      ///
    412       /// Returns the base node of the given incoming arc iterator
     412      /// Returns the base node of the given incomming arc iterator
    413413      /// (i.e. the target node of the corresponding arc).
    414414      Node baseNode(InArcIt) const { return INVALID; }
     
    416416      /// \brief The running node of the iterator.
    417417      ///
    418       /// Returns the running node of the given incoming arc iterator
     418      /// Returns the running node of the given incomming arc iterator
    419419      /// (i.e. the source node of the corresponding arc).
    420420      Node runningNode(InArcIt) const { return INVALID; }
Note: See TracChangeset for help on using the changeset viewer.