lemon/tolerance.h
changeset 209 765619b7cbb2
parent 72 7050661bdea4
child 280 e7f8647ce760
     1.1 --- a/lemon/tolerance.h	Sun Jul 13 16:46:56 2008 +0100
     1.2 +++ b/lemon/tolerance.h	Sun Jul 13 19:51:02 2008 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4 -/* -*- C++ -*-
     1.5 +/* -*- mode: C++; indent-tabs-mode: nil; -*-
     1.6   *
     1.7 - * This file is a part of LEMON, a generic C++ optimization library
     1.8 + * This file is a part of LEMON, a generic C++ optimization library.
     1.9   *
    1.10   * Copyright (C) 2003-2008
    1.11   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.12 @@ -31,7 +31,7 @@
    1.13  
    1.14    /// \addtogroup misc
    1.15    /// @{
    1.16 -  
    1.17 +
    1.18    ///\brief A class to provide a basic way to
    1.19    ///handle the comparison of numbers that are obtained
    1.20    ///as a result of a probably inexact computation.
    1.21 @@ -40,8 +40,8 @@
    1.22    ///handle the comparison of numbers that are obtained
    1.23    ///as a result of a probably inexact computation.
    1.24    ///
    1.25 -  ///This is an abstract class, it should be specialized for all 
    1.26 -  ///numerical data types. These specialized classes like 
    1.27 +  ///This is an abstract class, it should be specialized for all
    1.28 +  ///numerical data types. These specialized classes like
    1.29    ///Tolerance<double> may offer additional tuning parameters.
    1.30    ///
    1.31    ///\sa Tolerance<float>
    1.32 @@ -305,7 +305,7 @@
    1.33      ///Returns zero
    1.34      static Value zero() {return 0;}
    1.35    };
    1.36 -  
    1.37 +
    1.38  
    1.39    ///Long integer specialization of Tolerance.
    1.40