- Timestamp:
- Mar 17, 2009, 12:07:42 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/camera/pmFPACopy.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/cnb_branches/cnb_branch_20090215/psModules merged eligible /trunk/psModules merged eligible /branches/cnb_branch_20090215/psModules 21495-22685 /branches/eam_branches/eam_branch_20090303/psModules 23158-23228
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/psModules/src/camera/pmFPACopy.c
r22699 r23351 173 173 int xParityTarget = psMetadataLookupS32(&mdokT, target->concepts, "CELL.XPARITY"); // Target x parity 174 174 assert(mdokS && mdokT); 175 176 if (xParityTarget == 0) { 177 psMetadataItem *item = psMetadataLookup(target->concepts, "CELL.XPARITY"); // Item with parity 178 xParityTarget = item->data.S32 = xParitySource; 179 } 180 175 181 psAssert (abs(xParitySource) == 1, "CELL.XPARITY not set for source"); 176 182 psAssert (abs(xParityTarget) == 1, "CELL.XPARITY not set for target"); … … 192 198 int yParitySource = psMetadataLookupS32(&mdokS, source->concepts, "CELL.YPARITY"); // Source parity 193 199 assert(mdokS && mdokT); 200 201 if (yParityTarget == 0) { 202 psMetadataItem *item = psMetadataLookup(target->concepts, "CELL.YPARITY"); // Item with parity 203 yParityTarget = item->data.S32 = yParitySource; 204 } 205 194 206 psAssert (abs(yParitySource) == 1, "CELL.YPARITY not set for source"); 195 207 psAssert (abs(yParityTarget) == 1, "CELL.YPARITY not set for target");
Note:
See TracChangeset
for help on using the changeset viewer.
