IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2008, 3:12:22 PM (18 years ago)
Author:
mwv
Message:

Removed 'inline' functions due to adopted practice in IPP
to avoid GNU99 vs. C99 inline function confusion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mwv/psModules/src/imcombine/pmSubtractionEquation.h

    r15809 r18296  
    2121
    2222/// Calculate the value of a polynomial, specified by coefficients and polynomial values
    23 inline double p_pmSubtractionCalculatePolynomial(const psVector *coeff, ///< Coefficients
     23double p_pmSubtractionCalculatePolynomial(const psVector *coeff, ///< Coefficients
    2424                                                 const psImage *polyValues, ///< Polynomial values
    2525                                                 int order, ///< Order of polynomials
     
    2929
    3030/// Return the specified coefficient in the solution
    31 inline double p_pmSubtractionSolutionCoeff(const pmSubtractionKernels *kernels, ///< Kernel parameters
     31double p_pmSubtractionSolutionCoeff(const pmSubtractionKernels *kernels, ///< Kernel parameters
    3232                                           const psImage *polyValues, ///< Polynomial values
    3333                                           int index, ///< Coefficient index to calculate
     
    3636
    3737/// Return the normalisation in the solution
    38 inline double p_pmSubtractionSolutionNorm(const pmSubtractionKernels *kernels ///< Kernel parameters
     38double p_pmSubtractionSolutionNorm(const pmSubtractionKernels *kernels ///< Kernel parameters
    3939    );
    4040
    4141/// Return the background (difference) in the solution
    42 inline double p_pmSubtractionSolutionBackground(const pmSubtractionKernels *kernels, ///< Kernel parameters
     42double p_pmSubtractionSolutionBackground(const pmSubtractionKernels *kernels, ///< Kernel parameters
    4343                                                const psImage *polyValues ///< Polynomial values
    4444    );
Note: See TracChangeset for help on using the changeset viewer.