IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17825 for trunk/psModules


Ignore:
Timestamp:
May 28, 2008, 8:55:36 AM (18 years ago)
Author:
eugene
Message:

globally visible cannot be inline (either static inline or no inline)

File:
1 edited

Legend:

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

    r17297 r17825  
    384384//////////////////////////////////////////////////////////////////////////////////////////////////////////////
    385385// Semi-public functions
     386// XXX EAM these cannot be inline :: talk to Josh
    386387//////////////////////////////////////////////////////////////////////////////////////////////////////////////
    387388
    388389// Calculate the value of a polynomial, specified by coefficients and polynomial values
    389 inline double p_pmSubtractionCalculatePolynomial(const psVector *coeff, // Coefficients
     390double p_pmSubtractionCalculatePolynomial(const psVector *coeff, // Coefficients
    390391                                                 const psImage *polyValues, // Polynomial values
    391392                                                 int order, // Order of polynomials
     
    406407}
    407408
    408 inline double p_pmSubtractionSolutionCoeff(const pmSubtractionKernels *kernels, const psImage *polyValues,
     409double p_pmSubtractionSolutionCoeff(const pmSubtractionKernels *kernels, const psImage *polyValues,
    409410                                           int index, bool wantDual)
    410411{
     
    422423}
    423424
    424 inline double p_pmSubtractionSolutionNorm(const pmSubtractionKernels *kernels)
     425double p_pmSubtractionSolutionNorm(const pmSubtractionKernels *kernels)
    425426{
    426427#if 0
     
    435436}
    436437
    437 inline double p_pmSubtractionSolutionBackground(const pmSubtractionKernels *kernels,
     438double p_pmSubtractionSolutionBackground(const pmSubtractionKernels *kernels,
    438439                                                const psImage *polyValues)
    439440{
Note: See TracChangeset for help on using the changeset viewer.