--- trunk/src/utils/Algorithm.hpp 2006/05/17 19:54:27 962 +++ trunk/src/utils/Algorithm.hpp 2006/05/17 21:51:42 963 @@ -40,7 +40,7 @@ */ #include - +#include "config.h" namespace oopse { /** @@ -64,7 +64,7 @@ namespace oopse { template struct logical_xor :public std::binary_function { - double operator()(T x, T y) { return x ^ y; } + RealType operator()(T x, T y) { return x ^ y; } }; }