Changeset 1690 for trunk/MagicSoft/Cosy/gui/MGVelocity.cc
- Timestamp:
- 12/18/02 17:48:44 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/gui/MGVelocity.cc
r1111 r1690 279 279 vy /= 60.; //['/min] 280 280 281 int fx = (int) floor(vx*10.);282 int fy = (int) floor(vy*10.);281 int fx = (int)/*floor*/(vx*10.); 282 int fy = (int)/*floor*/(vy*10.); 283 283 284 284 if (X==fx && Y==fy) … … 290 290 char txt[100]; 291 291 sprintf(txt, "Zd=%.1f'\nAz=%.1f'", 292 v x, vy);292 vy, vx); 293 293 294 294 fTextVel->SetText(fTextVel->GetX(), fTextVel->GetY(), txt);
Note:
See TracChangeset
for help on using the changeset viewer.