diff -r 4317d277ba21 -r 765619b7cbb2 lemon/tolerance.h --- a/lemon/tolerance.h Sun Jul 13 16:46:56 2008 +0100 +++ b/lemon/tolerance.h Sun Jul 13 19:51:02 2008 +0100 @@ -1,6 +1,6 @@ -/* -*- C++ -*- +/* -*- mode: C++; indent-tabs-mode: nil; -*- * - * This file is a part of LEMON, a generic C++ optimization library + * This file is a part of LEMON, a generic C++ optimization library. * * Copyright (C) 2003-2008 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport @@ -31,7 +31,7 @@ /// \addtogroup misc /// @{ - + ///\brief A class to provide a basic way to ///handle the comparison of numbers that are obtained ///as a result of a probably inexact computation. @@ -40,8 +40,8 @@ ///handle the comparison of numbers that are obtained ///as a result of a probably inexact computation. /// - ///This is an abstract class, it should be specialized for all - ///numerical data types. These specialized classes like + ///This is an abstract class, it should be specialized for all + ///numerical data types. These specialized classes like ///Tolerance may offer additional tuning parameters. /// ///\sa Tolerance @@ -305,7 +305,7 @@ ///Returns zero static Value zero() {return 0;} }; - + ///Long integer specialization of Tolerance.