Ignore:
Timestamp:
08/30/01 16:02:20 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r920 r921  
    259259    Y = fy;
    260260
    261     float/*int*/ xm = /*(int)floor*/(fmod(fabs(x), 60.));
    262     float/*int*/ ym = /*(int)floor*/(fmod(fabs(y), 60.));
     261    float xm = fmod(fabs(x), 60.);
     262    float ym = fmod(fabs(y), 60.);
    263263
    264264    char txt[100];
Note: See TracChangeset for help on using the changeset viewer.