Changeset 29445
- Timestamp:
- Oct 17, 2010, 8:43:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/psModules/src/objects/pmPCMdata.c
r29004 r29445 104 104 assert (source->psfImage); // XXX build if needed? 105 105 106 int x0 = source->peak->x f- source->psfImage->col0;107 int y0 = source->peak->y f- source->psfImage->row0;106 int x0 = source->peak->x - source->psfImage->col0; 107 int y0 = source->peak->y - source->psfImage->row0; 108 108 109 109 // need to decide on the size: dynamically? statically?
Note:
See TracChangeset
for help on using the changeset viewer.
