IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2009, 4:02:42 PM (17 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/ppSub/src/ppSubMatchPSFs.c

    r25022 r25406  
    260260    pmConceptsCopyFPA(refConv->parent->parent->parent, refRO->parent->parent->parent, true, true);
    261261
    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    }
    264268
    265269    return true;
Note: See TracChangeset for help on using the changeset viewer.