ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/NumericConstant.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/NumericConstant.hpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 39 | Line 39
39   * such damages.
40   */
41  
42 < /**
43 <  * @file NumericConstant.hpp
44 <  * @author teng lin
45 <  * @date 11/17/2004
46 <  * @time 23:33am
47 <  * @version 1.0
48 <  */
42 > /**
43 > * @file NumericConstant.hpp
44 > * @author teng lin
45 > * @date 11/17/2004
46 > * @time 23:33am
47 > * @version 1.0
48 > */
49  
50   #ifndef UTILS_NUMERICCONSTANT_HPP
51   #define UTILS_NUMERICCONSTANT_HPP
52   #include <cmath>
53   namespace oopse {
54  
55 < /**
56 < * @class NumericConstant NumericConstant.hpp "utils/NumericConstant.hpp"
57 < * @todo document
58 < */
59 < namespace NumericConstant {
55 >  /**
56 >   * @class NumericConstant NumericConstant.hpp "utils/NumericConstant.hpp"
57 >   * @todo document
58 >   */
59 >  namespace NumericConstant {
60  
61      static const double epsilon = 0.000001;
62      static const double PI = M_PI;
63      static const double TWO_PI = 2.0 * PI;
64 < }
64 >  }
65  
66  
67   } //end namespace oopse

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines