Changeset 25118
- Timestamp:
- Aug 18, 2009, 2:28:58 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubMatchPSFs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubMatchPSFs.c
r24862 r25118 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.
