COIN-OR::LEMON - Graph Library

Changeset 2408:467ca6d16556 in lemon-0.x for lemon/circulation.h


Ignore:
Timestamp:
03/13/07 16:42:06 (17 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3239
Message:

Doc improvements contributed by Peter Kovacs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/circulation.h

    r2391 r2408  
    131131    bool checkX() { return checkX(_x); }
    132132
    133     ///Chech if \c bar is a real barrier
    134 
    135     ///Chech if \c bar is a real barrier
     133    ///Check if \c bar is a real barrier
     134
     135    ///Check if \c bar is a real barrier
    136136    ///\sa barrier()
    137137    template<class GT>
     
    151151      return _tol.negative(delta);
    152152    } 
    153     ///Chech whether or not the last execution provides a barrier
    154 
    155     ///Chech whether or not the last execution provides a barrier
     153    ///Check whether or not the last execution provides a barrier
     154
     155    ///Check whether or not the last execution provides a barrier
    156156    ///\sa barrier()
    157157    bool checkBarrier()
Note: See TracChangeset for help on using the changeset viewer.