Changeset 8376 for trunk/MagicSoft/Cosy/gui/MGAccuracy.cc
- Timestamp:
- 03/14/07 19:12:17 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/gui/MGAccuracy.cc
r7790 r8376 1 1 #include "MGAccuracy.h" 2 2 3 #include <iostream .h> // cout3 #include <iostream> // cout 4 4 5 5 #include <TArc.h> … … 16 16 17 17 ClassImp(MGAccuracy); 18 19 using namespace std; 18 20 19 21 void MGAccuracy::DrawText(const char *c1, const char *c2, const char *c3, const char*txt) … … 163 165 dist *= 3600.; // [sec] 164 166 165 int rs = (int)floor(fmod(dist,60.));167 int rs = TMath::FloorNint(fmod(dist, (float)60.)); 166 168 167 169 dist /= 60.; // [min]
Note:
See TracChangeset
for help on using the changeset viewer.