Changeset 37822 for branches/eam_branches/ipp-pv3-20140717-merge/Ohana/src/libdvo/src/skyregion_gsc.c
- Timestamp:
- Jan 12, 2015, 12:29:24 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-pv3-20140717-merge/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libdvo/src/skyregion_gsc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pv3-20140717-merge/Ohana
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-pv3-20140717-merge/Ohana/src/libdvo/src/skyregion_gsc.c
r34088 r37822 204 204 for (i = 0; i < Nregions; i++) { 205 205 strncpy (temp, &buffer[i*48], 48); 206 temp[4 9] = 0;206 temp[48] = 0; 207 207 hstgsc_hms_to_deg (&Rmin, &Rmax, &Dmin, &Dmax, &temp[7]); 208 208 if (Dmax < Dmin) SWAP (Dmin, Dmax);
Note:
See TracChangeset
for help on using the changeset viewer.
