ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/math/Vector.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/math/Vector.hpp (file contents):
Revision 1683, Thu Oct 28 22:34:02 2004 UTC vs.
Revision 1811 by tim, Wed Dec 1 03:11:29 2004 UTC

# Line 39 | Line 39 | namespace oopse {
39  
40   namespace oopse {
41  
42 <    const double epsilon = 0.000001;
42 >    static const double epsilon = 0.000001;
43  
44      template<typename T>
45      inline bool equal(T e1, T e2) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines