COIN-OR::LEMON - Graph Library

Changeset 1228:0a7719037acb in lemon-0.x for src


Ignore:
Timestamp:
03/19/05 10:44:27 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1648
Message:

A strange compilation failure (under cygwin) is fixed.
Version 0.3 should be fixed as well.

Location:
src/lemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/concept/path.h

    r1164 r1228  
    184184        ///\param _P the path you want to fill in.
    185185        ///
    186         Builder(Path &_P) : P(_P) {}
     186
     187        Builder(Path &_p) : P(_p) {}
    187188
    188189        /// Sets the starting node of the path.
  • src/lemon/path.h

    r1164 r1228  
    273273
    274274    public:
    275       ///\param _P the path you want to fill in.
     275      ///\param _p the path you want to fill in.
    276276      ///
    277       Builder(DirPath &_P) : P(_P) {}
     277      Builder(DirPath &_p) : P(_p) {}
    278278
    279279      /// Sets the starting node of the path.
     
    610610
    611611    public:
    612       ///\param _P the path you want to fill in.
     612      ///\param _p the path you want to fill in.
    613613      ///
    614       Builder(UndirPath &_P) : P(_P) {}
     614      Builder(UndirPath &_p) : P(_p) {}
    615615
    616616      /// Sets the starting node of the path.
Note: See TracChangeset for help on using the changeset viewer.