- Timestamp:
- Apr 20, 2014, 5:52:37 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140402
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSkycell/src/ppSkycellLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140402
- Property svn:mergeinfo changed
/trunk (added) merged: 36642-36643,36645,36647,36649-36651,36653,36655,36657-36666,36668-36671
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140402/ppSkycell/src/ppSkycellLoop.c
r36360 r36677 125 125 for (int j = 0; j < numProj && !found; j++) { 126 126 if (wcs->crval1 == crval1->data.F64[j] && wcs->crval2 == crval2->data.F64[j] && 127 wcs->cdelt1 == cdelt1->data.F64[j] && wcs->cdelt2 == cdelt 1->data.F64[j]) {127 wcs->cdelt1 == cdelt1->data.F64[j] && wcs->cdelt2 == cdelt2->data.F64[j]) { 128 128 // regionMinMax(projRegions->data[j], region); 129 129 psRegion *proj = projRegions->data[j];
Note:
See TracChangeset
for help on using the changeset viewer.
