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

Comparing trunk/OOPSE-4/src/utils/Algorithm.hpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 40 | Line 40
40   */
41  
42   #include <functional>
43 <
43 > #include "config.h"
44   namespace oopse {
45  
46    /**
# Line 64 | Line 64 | namespace oopse {
64  
65    template<typename T>
66    struct logical_xor :public std::binary_function<T, T, bool> {
67 <    double operator()(T x, T y) { return x ^ y; }
67 >    RealType operator()(T x, T y) { return x ^ y; }
68    };
69  
70   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines