IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23401


Ignore:
Timestamp:
Mar 18, 2009, 12:38:54 PM (17 years ago)
Author:
Paul Price
Message:

Don't panic if there's no covariance to transfer!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageCovariance.c

    r22738 r23401  
    260260{
    261261    PS_ASSERT_IMAGE_NON_NULL(variance, NULL);
     262    if (!covar) {
     263        // Transferred all we could!
     264        return true;
     265    }
    262266    PS_ASSERT_KERNEL_NON_NULL(covar, NULL);
    263267
Note: See TracChangeset for help on using the changeset viewer.