--- branches/new_design/OOPSE-3.0/src/utils/Utility.hpp 2004/12/01 19:10:51 1816 +++ branches/new_design/OOPSE-3.0/src/utils/Utility.hpp 2004/12/01 20:05:49 1818 @@ -3,9 +3,6 @@ double dotProduct(vector& v1, vector& #include #include -double dotProduct(vector& v1, vector& v2); -double norm2(vector& x); - inline double roundMe( double x ){ return ( x >= 0 ) ? floor( x + 0.5 ) : ceil( x - 0.5 ); }