Changeset 34073 for branches/eam_branches/ipp-20120601/psModules
- Timestamp:
- Jun 25, 2012, 5:25:53 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120601
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601
- Property svn:mergeinfo changed
/trunk merged: 34062-34067
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120601/psModules
- Property svn:mergeinfo changed
/trunk/psModules merged: 34062
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120601/psModules/src/detrend/pmMaskBadPixels.c
r25877 r34073 64 64 for (int i = 0; i < inMask->numCols; i++) { 65 65 int xI = i - offCol; 66 inVal[j][i] |= ( maskVal &exVal[xJ][xI]);66 inVal[j][i] |= (exVal[xJ][xI]); 67 67 } 68 68 }
Note:
See TracChangeset
for help on using the changeset viewer.
