| Revision: | 1818 |
| Committed: | Wed Dec 1 20:05:49 2004 UTC (20 years, 11 months ago) by tim |
| File size: | 180 byte(s) |
| Log Message: | visitors get built |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | gezelter | 1490 | #ifndef _UTILITY_H_ |
| 2 | #define _UTILITY_H_ | ||
| 3 | #include <vector> | ||
| 4 | #include <math.h> | ||
| 5 | tim | 1816 | |
| 6 | tim | 1727 | inline double roundMe( double x ){ |
| 7 | return ( x >= 0 ) ? floor( x + 0.5 ) : ceil( x - 0.5 ); | ||
| 8 | } | ||
| 9 | |||
| 10 | gezelter | 1490 | #endif |
| Name | Value |
|---|---|
| svn:executable | * |