Changeset 38074 for trunk/ppSkycell/src/ppSkycellLoop.c
- Timestamp:
- Mar 31, 2015, 4:09:20 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ppSkycell/src/ppSkycellLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSkycell/src/ppSkycellLoop.c
r36655 r38074 240 240 maxCRPIX1 = wcs->crpix1; 241 241 } 242 if (wcs->crpix2 <maxCRPIX2) {242 if (wcs->crpix2 > maxCRPIX2) { 243 243 maxCRPIX2 = wcs->crpix2; 244 244 }
Note:
See TracChangeset
for help on using the changeset viewer.
