IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29776


Ignore:
Timestamp:
Nov 13, 2010, 3:44:28 PM (15 years ago)
Author:
bills
Message:

fix misplaced cut and paste

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20101029/psModules/src/imcombine/pmSubtraction.c

    r29775 r29776  
    13751375    // Calculate covariances
    13761376    // This can be fairly involved, so we only do it for a small number of instances
    1377         if (!out1->covariance) {
    1378             psError(PM_ERR_PROG, false, "psImageCovarianceAverage returned NULL.");
    1379             return false;
    1380         }
    13811377    float position[NUM_COVAR_POS] = { -1.0, -0.5, 0.0, +0.5, +1.0 }; // Positions for covariance calculations
    13821378    // Enable threads for covariance calculation, since we're not threading on top of it
Note: See TracChangeset for help on using the changeset viewer.