Index: /trunk/archive/pslib/include/psAstrom.h
===================================================================
--- /trunk/archive/pslib/include/psAstrom.h	(revision 703)
+++ /trunk/archive/pslib/include/psAstrom.h	(revision 704)
@@ -137,6 +137,6 @@
 psChip *
 psChipInFPA (psChip *out,		///< Chip to return, or NULL
-	     const psPlaneCoord *coord	///< coordinate in FPA
-	     const psFPA *fpa, 		///< FPA description
+	     const psPlaneCoord *coord,	///< coordinate in FPA
+	     const psFPA *fpa 		///< FPA description
 	     );
 
@@ -144,6 +144,6 @@
 psCell *
 psCellInChip(psCell *out,		///< Cell to return, or NULL
-	     const psPlaneCoord *coord	///< coordinate in chip
-	     const psChip *chip,	///< chip description
+	     const psPlaneCoord *coord,	///< coordinate in chip
+	     const psChip *chip	///< chip description
 	     );
 
@@ -151,6 +151,6 @@
 psCell *
 psCellInFPA(psCell *out,		///< Cell to return, or NULL
-	    const psPlaneCoord *coord	///< Coordinate in FPA
-	    const psFPA *fpa,		///< FPA description
+	    const psPlaneCoord *coord,	///< Coordinate in FPA
+	    const psFPA *fpa		///< FPA description
 	    );
 
@@ -167,6 +167,6 @@
 psSphereCoord *
 psCoordCellToSky(psSphereCoord *out,	///< Coordinates to return, or NULL
-		 const psPlaneCoord *coord ///< cell coordinates to transform
-		 const psCell *cell,	///< Cell to get coordinates for
+		 const psPlaneCoord *coord, ///< cell coordinates to transform
+		 const psCell *cell	///< Cell to get coordinates for
 		 );
 
@@ -174,6 +174,6 @@
 psSphereCoord *
 psCoordCellToSkyQuick(psSphereCoord *out, ///< Coordinates to return, or NULL
-		      const psPlaneCoord *coord	///< cell coordinates to transform
-		      const psCell *cell, ///< Cell description
+		      const psPlaneCoord *coord,	///< cell coordinates to transform
+		      const psCell *cell ///< Cell description
 		      );
 
@@ -181,6 +181,6 @@
 psPlaneCoord *
 psCoordSkyToTP(psPlaneCoord *out,	///< Coordinates to return, or NULL
-	       const psSphereCoord *coord ///< input Sky coordinate
-	       const psGrommit *grommit, ///< Grommit for fast conversion
+	       const psSphereCoord *coord, ///< input Sky coordinate
+	       const psGrommit *grommit ///< Grommit for fast conversion
 	       );
 
@@ -188,6 +188,6 @@
 psPlaneCoord *
 psCoordTPtoFPA(psPlaneCoord *out,	///< Coordinates to return, or NULL
-	       const psPlaneCoord *coord ///< input TP coordinate
-	       const psFPA *fpa,	///< FPA description
+	       const psPlaneCoord *coord, ///< input TP coordinate
+	       const psFPA *fpa	       ///< FPA description
 	       );
 
@@ -195,6 +195,6 @@
 psPlaneCoord *
 psCoordFPAtoChip (psPlaneCoord *out,	///< Coordinates to return, or NULL
-		  const psPlaneCoord *coord ///< input FPA coordinate
-		  const psChip *chip,	///< Chip of interest
+		  const psPlaneCoord *coord, ///< input FPA coordinate
+		  const psChip *chip	///< Chip of interest
 		  ); 
 
@@ -202,6 +202,6 @@
 psPlaneCoord *
 psCoordChiptoCell (psPlaneCoord *out,	///< Coordinates to return, or NULL
-		   const psPlaneCoord *coord ///< input Chip coordinate
-		   const psCell *cell, 	///< Cell of interest
+		   const psPlaneCoord *coord, ///< input Chip coordinate
+		   const psCell *cell 	///< Cell of interest
 		   );
 
@@ -209,6 +209,6 @@
 psPlaneCoord *
 psCoordCelltoChip (psPlaneCoord *out,	///< Coordinates to return, or NULL
-		   const psPlaneCoord *coord ///< input Cell coordinate
-		   const psCell *cell, 	///< Cell description
+		   const psPlaneCoord *coord, ///< input Cell coordinate
+		   const psCell *cell 	///< Cell description
 		   );
 
@@ -216,6 +216,6 @@
 psPlaneCoord *
 psCoordChiptoFPA (psPlaneCoord *out,		///< Coordinates to return, or NULL
-		  const psPlaneCoord *coord	///< input Chip coordinate
-		  const psChip *chip, 	///< Chip description
+		  const psPlaneCoord *coord,	///< input Chip coordinate
+		  const psChip *chip 	///< Chip description
 		  );
 
@@ -223,6 +223,6 @@
 psPlaneCoord *
 psCoordFPAToTP(psPlaneCoord *out,		///< Coordinates to return, or NULL
-	       const psPlaneCoord *coord ///< input FPA coordinate
-	       const psFPA *fpa,	///< FPA description
+	       const psPlaneCoord *coord, ///< input FPA coordinate
+	       const psFPA *fpa		///< FPA description
 	       );
 
@@ -230,6 +230,6 @@
 psSphereCoord *
 psCoordTPtoSky(psSphereCoord *out,	///< Coordinates to return, or NULL
-	       const psPlaneCoord *coord ///< input TP coordinate
-	       const psGrommit *grommit, ///< Grommit for fast conversion
+	       const psPlaneCoord *coord, ///< input TP coordinate
+	       const psGrommit *grommit ///< Grommit for fast conversion
 	       );
 
@@ -237,6 +237,6 @@
 psPlaneCoord *
 psCoordCellToFPA(psPlaneCoord *out,	///< Coordinates to return, or NULL
-		 const psPlaneCoord *coord ///< Input cell coordinates
-		 const psCell *cell,	///< Cell description
+		 const psPlaneCoord *coord, ///< Input cell coordinates
+		 const psCell *cell	///< Cell description
 		 );
 
Index: /trunk/archive/pslib/include/psFFT.h
===================================================================
--- /trunk/archive/pslib/include/psFFT.h	(revision 703)
+++ /trunk/archive/pslib/include/psFFT.h	(revision 704)
@@ -42,5 +42,5 @@
 psImage *
 psImageComplex(psImage *out,		///< Image for output (or NULL)
-	       const psImage *real)	///< real part of image
+	       const psImage *real,	///< real part of image
 	       const psImage *imag)	///< imaginary part of image
 ;
@@ -79,5 +79,5 @@
 psVector *
 psVectorComplex(psVector *out,		///< Vector for output (or NULL)
-	       const psVector *real)	///< real part of vector
+	       const psVector *real,	///< real part of vector
 	       const psVector *imag)	///< imaginary part of vector
 ;
Index: /trunk/archive/pslib/include/psLib.h
===================================================================
--- /trunk/archive/pslib/include/psLib.h	(revision 703)
+++ /trunk/archive/pslib/include/psLib.h	(revision 704)
@@ -24,6 +24,6 @@
 
 /** @ingroup DataGroup */
-# include <psTypes.h>
-# include <psVectors.h>
+# include <psType.h>
+# include <psVector.h>
 # include <psHash.h>
 # include <psDlist.h>
Index: /trunk/archive/pslib/include/psType.h
===================================================================
--- /trunk/archive/pslib/include/psType.h	(revision 703)
+++ /trunk/archive/pslib/include/psType.h	(revision 704)
@@ -58,2 +58,3 @@
 typedef uint64_t       psU64;		
 
+#endif
Index: /trunk/archive/pslib/include/psVector.h
===================================================================
--- /trunk/archive/pslib/include/psVector.h	(revision 703)
+++ /trunk/archive/pslib/include/psVector.h	(revision 704)
@@ -57,5 +57,5 @@
 /// Destroy the specified vector
 void 
-psVectorFree(psVector *restrict vector	///< free this vector
+psVectorFree(psVector *restrict vector,	///< free this vector
 	     void (*elemFree)(void *))  ///< destructor for array data
 ;
