Changeset 921 for trunk/MagicSoft/Cosy/gui/MGSkyPosition.cc
- Timestamp:
- 08/30/01 16:02:20 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/gui/MGSkyPosition.cc
r920 r921 259 259 Y = fy; 260 260 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.); 263 263 264 264 char txt[100];
Note:
See TracChangeset
for help on using the changeset viewer.