COIN-OR::LEMON - Graph Library

Changeset 2568:046c055217f6 in lemon-0.x for doc/maps2.dox


Ignore:
Timestamp:
02/08/08 11:18:55 (16 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3449
Message:

Math constants + configure bugfix backported
from hg a315a588a20d and 761622e5ed4c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/maps2.dox

    r2553 r2568  
    4343  typedef double Value;
    4444  typedef Graph::Edge Key;
    45   double operator[](const Key &e) const { return M_PI;}
     45  double operator[](const Key &e) const { return PI;}
    4646};
    4747\endcode
     
    5252struct MyMap : public MapBase<Graph::Edge,double>
    5353{
    54   Value operator[](const Key& e) const { return M_PI;}
     54  Value operator[](const Key& e) const { return PI;}
    5555};
    5656\endcode
Note: See TracChangeset for help on using the changeset viewer.