| # | Line 49 | Line 49 | namespace OpenMD { | |
|---|---|---|
| 49 | ||
| 50 | using namespace std; | |
| 51 | namespace OpenMD { | |
| 52 | < | inline RealType roundMe( RealType x ){ | 
| 52 | > | inline RealType roundMe( const RealType &x ){ | 
| 53 | return ( x >= 0 ) ? floor( x + 0.5 ) : ceil( x - 0.5 ); | |
| 54 | } | |
| 55 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |