COIN-OR::LEMON - Graph Library

Changeset 209:765619b7cbb2 in lemon-main for lemon/tolerance.h


Ignore:
Timestamp:
07/13/08 20:51:02 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Apply unify-sources.sh to the source tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/tolerance.h

    r72 r209  
    1 /* -*- C++ -*-
     1/* -*- mode: C++; indent-tabs-mode: nil; -*-
    22 *
    3  * This file is a part of LEMON, a generic C++ optimization library
     3 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    55 * Copyright (C) 2003-2008
     
    3232  /// \addtogroup misc
    3333  /// @{
    34  
     34
    3535  ///\brief A class to provide a basic way to
    3636  ///handle the comparison of numbers that are obtained
     
    4141  ///as a result of a probably inexact computation.
    4242  ///
    43   ///This is an abstract class, it should be specialized for all 
    44   ///numerical data types. These specialized classes like 
     43  ///This is an abstract class, it should be specialized for all
     44  ///numerical data types. These specialized classes like
    4545  ///Tolerance<double> may offer additional tuning parameters.
    4646  ///
     
    306306    static Value zero() {return 0;}
    307307  };
    308  
     308
    309309
    310310  ///Long integer specialization of Tolerance.
Note: See TracChangeset for help on using the changeset viewer.