- Timestamp:
- Sep 15, 2009, 4:02:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/ppSub/src/ppSubMatchPSFs.c
r25022 r25406 260 260 pmConceptsCopyFPA(refConv->parent->parent->parent, refRO->parent->parent->parent, true, true); 261 261 262 psImageCovarianceTransfer(inConv->variance, inConv->covariance); 263 psImageCovarianceTransfer(refConv->variance, refConv->covariance); 262 if (inConv->variance) { 263 psImageCovarianceTransfer(inConv->variance, inConv->covariance); 264 } 265 if (refConv->variance) { 266 psImageCovarianceTransfer(refConv->variance, refConv->covariance); 267 } 264 268 265 269 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
