IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2009, 11:25:34 AM (17 years ago)
Author:
Paul Price
Message:

Merging cnb_branch_20090113. No major conflicts. Compiles, but not tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionEquation.c

    r21363 r21422  
    1313
    1414#include "pmSubtractionEquation.h"
    15 
     15#include "pmSubtractionVisual.h"
    1616
    1717//#define TESTING
     
    695695    }
    696696
     697    pmSubtractionVisualPlotLeastSquares(stamps);
     698
    697699    psLogMsg("psModules.imcombine", PS_LOG_INFO, "Calculate equation: %f sec",
    698700             psTimerClear("pmSubtractionCalculateEquation"));
     
    10011003     }
    10021004
     1005    pmSubtractionVisualPlotLeastSquares((pmSubtractionStampList *) stamps); //casting away const
    10031006    return true;
    10041007}
Note: See TracChangeset for help on using the changeset viewer.