Ignore:
Timestamp:
12/18/02 17:48:44 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/gui/MGVelocity.cc

    r1111 r1690  
    279279    vy /= 60.;  //['/min]
    280280
    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.);
    283283
    284284    if (X==fx && Y==fy)
     
    290290    char txt[100];
    291291    sprintf(txt, "Zd=%.1f'\nAz=%.1f'",
    292             vx, vy);
     292            vy, vx);
    293293
    294294    fTextVel->SetText(fTextVel->GetX(), fTextVel->GetY(), txt);
Note: See TracChangeset for help on using the changeset viewer.