COIN-OR::LEMON - Graph Library

Changeset 2618:6aa6fcaeaea5 in lemon-0.x for lemon/preflow.h


Ignore:
Timestamp:
09/19/08 17:14:41 (16 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3503
Message:

G++-4.3 compatibility changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/preflow.h

    r2553 r2618  
    8787    ///
    8888    /// The tolerance used by the algorithm to handle inexact computation.
    89     typedef Tolerance<Value> Tolerance;
     89    typedef lemon::Tolerance<Value> Tolerance;
    9090
    9191  };
Note: See TracChangeset for help on using the changeset viewer.