Changeset 2677 for GTP/trunk/Lib/Vis/Preprocessing/src/GvsPreprocessor.h
- Timestamp:
- 05/14/08 19:06:06 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/GvsPreprocessor.h
r2669 r2677 74 74 ObjectContainer mKdPvs; 75 75 76 float RaysPerSec() const { if (!mTotalTime) return 0; return (float) mTotalSamples / mTotalTime* 1e-6f; }76 float RaysPerSec() const { if (!mTotalTime) return 0; return (float)(mTotalSamples / mTotalTime) * 1e-6f; } 77 77 78 78 void Print(ostream &app) const;
Note: See TracChangeset
for help on using the changeset viewer.