Changeset 33096
- Timestamp:
- Jan 11, 2012, 2:24:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/psModules/src/objects/pmSource.c
r33085 r33096 201 201 source->pixels = in->pixels ? psImageCopyView(NULL, in->pixels) : NULL; 202 202 source->variance = in->variance ? psImageCopyView(NULL, in->variance) : NULL; 203 source->modelVar = in->modelVar ? psImageCopyView(NULL, in->modelVar) :NULL;203 source->modelVar = NULL; 204 204 source->maskView = in->maskView ? psImageCopyView(NULL, in->maskView) : NULL; 205 205
Note:
See TracChangeset
for help on using the changeset viewer.
