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

Comparing trunk/OOPSE-4/src/utils/Utility.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 43 | Line 43
43   #define UTILS_UTILITY_HPP
44   #include <vector>
45   #include <math.h>
46 + #include "config.h"
47   #include "utils/next_combination.hpp"
48  
49   namespace oopse {
50 <  inline double roundMe( double x ){
50 >  inline RealType roundMe( RealType x ){
51      return ( x >= 0 ) ? floor( x + 0.5 ) : ceil( x - 0.5 );
52    }
53  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines