Index: trunk/psModules/src/imcombine/pmSubtractionEquation.h
===================================================================
--- trunk/psModules/src/imcombine/pmSubtractionEquation.h	(revision 15809)
+++ trunk/psModules/src/imcombine/pmSubtractionEquation.h	(revision 18287)
@@ -21,25 +21,25 @@
 
 /// Calculate the value of a polynomial, specified by coefficients and polynomial values
-inline double p_pmSubtractionCalculatePolynomial(const psVector *coeff, ///< Coefficients
-                                                 const psImage *polyValues, ///< Polynomial values
-                                                 int order, ///< Order of polynomials
-                                                 int index, ///< Index at which to begin
-                                                 int step ///< Step between subsequent indices
+double p_pmSubtractionCalculatePolynomial(const psVector *coeff, ///< Coefficients
+                                          const psImage *polyValues, ///< Polynomial values
+                                          int order, ///< Order of polynomials
+                                          int index, ///< Index at which to begin
+                                          int step ///< Step between subsequent indices
     );
 
 /// Return the specified coefficient in the solution
-inline double p_pmSubtractionSolutionCoeff(const pmSubtractionKernels *kernels, ///< Kernel parameters
-                                           const psImage *polyValues, ///< Polynomial values
-                                           int index, ///< Coefficient index to calculate
-                                           bool wantDual ///< Calculate the coefficient for the dual solution?
+double p_pmSubtractionSolutionCoeff(const pmSubtractionKernels *kernels, ///< Kernel parameters
+                                    const psImage *polyValues, ///< Polynomial values
+                                    int index, ///< Coefficient index to calculate
+                                    bool wantDual ///< Calculate the coefficient for the dual solution?
     );
 
 /// Return the normalisation in the solution
-inline double p_pmSubtractionSolutionNorm(const pmSubtractionKernels *kernels ///< Kernel parameters
+double p_pmSubtractionSolutionNorm(const pmSubtractionKernels *kernels ///< Kernel parameters
     );
 
 /// Return the background (difference) in the solution
-inline double p_pmSubtractionSolutionBackground(const pmSubtractionKernels *kernels, ///< Kernel parameters
-                                                const psImage *polyValues ///< Polynomial values
+double p_pmSubtractionSolutionBackground(const pmSubtractionKernels *kernels, ///< Kernel parameters
+                                         const psImage *polyValues ///< Polynomial values
     );
 
