Index: trunk/archive/pslib/include/psFunctions.h
===================================================================
--- trunk/archive/pslib/include/psFunctions.h	(revision 220)
+++ trunk/archive/pslib/include/psFunctions.h	(revision 224)
@@ -1,3 +1,3 @@
-#if !defined(PS_FUNCTIONS_H)
+\#if !defined(PS_FUNCTIONS_H)
 #define PS_FUNCTIONS_H
 
@@ -136,23 +136,23 @@
 
 /** Constructors */
-psPolynomial1D *psDPolynomial1DAlloc(int n //!< Number of terms
-				     );
-psPolynomial2D *psDPolynomial2DAlloc(int nX, int nY //!< Number of terms in x and y
-				     );
-psPolynomial3D *psDPolynomial3DAlloc(int nX, int nY, int nZ //!< Number of terms in x, y and z
-				     );
-psPolynomial4D *psDPolynomial4DAlloc(int nW, int nX, int nY, int nZ //!< Number of terms in w, x, y and z
-				     );
+psDPolynomial1D *psDPolynomial1DAlloc(int n //!< Number of terms
+    );
+psDPolynomial2D *psDPolynomial2DAlloc(int nX, int nY //!< Number of terms in x and y
+    );
+psDPolynomial3D *psDPolynomial3DAlloc(int nX, int nY, int nZ //!< Number of terms in x, y and z
+    );
+psDPolynomial4D *psDPolynomial4DAlloc(int nW, int nX, int nY, int nZ //!< Number of terms in w, x, y and z
+    );
 
 
 /** Destructors */
-void psDPolynomial1DFree(psPolynomial1D *restrict myPoly //!< Polynomial to destroy
-			 );
-void psDPolynomial2DFree(psPolynomial2D *restrict myPoly //!< Polynomial to destroy
-			 );
-void psDPolynomial3DFree(psPolynomial3D *restrict myPoly //!< Polynomial to destroy
-			 );
-void psDPolynomial4DFree(psPolynomial4D *restrict myPoly //!< Polynomial to destroy
-			 );
+void psDPolynomial1DFree(psDPolynomial1D *restrict myPoly //!< Polynomial to destroy
+    );
+void psDPolynomial2DFree(psDPolynomial2D *restrict myPoly //!< Polynomial to destroy
+    );
+void psDPolynomial3DFree(psDPolynomial3D *restrict myPoly //!< Polynomial to destroy
+    );
+void psDPolynomial4DFree(psDPolynomial4D *restrict myPoly //!< Polynomial to destroy
+    );
 
 
