COIN-OR::LEMON - Graph Library

Changeset 1624:61cc647dac99 in lemon-0.x for lemon/concept/path.h


Ignore:
Timestamp:
08/11/05 16:31:06 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2132
Message:

Several docfices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concept/path.h

    r1435 r1624  
    5353      class EdgeIt;
    5454
    55       /// \param _G The graph in which the path is.
    56       ///
    57       Path(const Graph &) {}
     55      /// \param _g The graph in which the path is.
     56      ///
     57      Path(const Graph &_g) {}
    5858
    5959      /// Length of the path.
     
    182182        Path &P;
    183183
    184         ///\param _P the path you want to fill in.
     184        ///\param _p the path you want to fill in.
    185185        ///
    186186
Note: See TracChangeset for help on using the changeset viewer.