Index: trunk/psLib/src/pslib.h
===================================================================
--- trunk/psLib/src/pslib.h	(revision 1407)
+++ trunk/psLib/src/pslib.h	(revision 1441)
@@ -9,6 +9,6 @@
 *  @author Eric Van Alst, MHPCC
 *
-*  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-07 00:06:06 $
+*  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-09 23:40:54 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -16,5 +16,5 @@
 
 #ifndef PS_LIB_H
-#    define PS_LIB_H
+#define PS_LIB_H
 
 /******************************************************************************/
@@ -38,19 +38,19 @@
  */
 
-#    include "fitsio.h"
+#include "fitsio.h"
 
-#    include "psMemory.h"
+#include "psMemory.h"
 
 /// @defgroup LogTrace Tracing and Logging
 /// @ingroup SysUtils
-#    include "psLogMsg.h"
-#    include "psTrace.h"
+#include "psLogMsg.h"
+#include "psTrace.h"
 
 /// @defgroup ErrorHandling Error Handling
 /// @ingroup SysUtils
-#    include "psAbort.h"
-#    include "psError.h"
+#include "psAbort.h"
+#include "psError.h"
 
-#    include "psString.h"
+#include "psString.h"
 
 /// @}
@@ -60,40 +60,40 @@
 /// @{
 
-#    include "psType.h"
+#include "psType.h"
 
 /// @defgroup LinkedList Linked List
 /// @ingroup DataContainer
-#    include "psList.h"
+#include "psList.h"
 
 /// @defgroup HashTable Hash Table
 /// @ingroup DataContainer
-#    include "psHash.h"
+#include "psHash.h"
 
 /// @defgroup Scalar Scalar
 /// @ingroup DataContainer
-#    include "psScalar.h"
+#include "psScalar.h"
 
 /// @defgroup Vector Vector Container
 /// @ingroup DataContainer
-#    include "psVector.h"
+#include "psVector.h"
 
 /// @defgroup Array Array Container
 /// @ingroup DataContainer
-#    include "psArray.h"
+#include "psArray.h"
 
 /// @defgroup Image Image Container
 /// @ingroup DataContainer
 /// @{
-#    include "psImage.h"
-#    include "psImageExtraction.h"
-#    include "psImageManip.h"
+#include "psImage.h"
+#include "psImageExtraction.h"
+#include "psImageManip.h"
 
 /// @defgroup ImageIO Image File I/O Functions
 /// @ingroup Image
-#    include "psImageIO.h"
+#include "psImageIO.h"
 
 /// @defgroup ImageStats Image Statistical Functions
 /// @ingroup Image
-#    include "psImageStats.h"
+#include "psImageStats.h"
 
 /// @}
@@ -101,5 +101,5 @@
 /// @defgroup BitSet Bit Set Container
 /// @ingroup DataContainer
-#    include "psBitSet.h"
+#include "psBitSet.h"
 
 /// @}
@@ -111,24 +111,24 @@
 /// @defgroup Compare Comparison Functions
 /// @ingroup DataManip
-#    include "psCompare.h"
+#include "psCompare.h"
 
 /// @defgroup Stats Statistic Functions
 /// @ingroup DataManip
-#    include "psStats.h"
+#include "psStats.h"
 
 /// @defgroup Matrix Matrix Operations
 /// @ingroup DataManip
-#    include "psMatrix.h"
+#include "psMatrix.h"
 
 /// @defgroup MatrixVectorArithmetic Matrix Vector Arithmetic Operations
 /// @ingroup DataManip
-#    include "psMatrixVectorArithmetic.h"
+#include "psMatrixVectorArithmetic.h"
 
 /// @defgroup Transform Fourier Transform Operations
 /// @ingroup DataManip
-#    include "psFFT.h"
+#include "psFFT.h"
 
-#    include "psFunctions.h"
-#    include "psMinimize.h"
+#include "psFunctions.h"
+#include "psMinimize.h"
 
 /// @}
@@ -140,17 +140,17 @@
 /// @defgroup CoordinateTransform Coordinate Functions
 /// @ingroup Astronomy
-#    include "psCoord.h"
+#include "psCoord.h"
 
 /// @defgroup Photometry Photometry
 /// @ingroup Astronomy
-#    include "psPhotometry.h"
+#include "psPhotometry.h"
 
 /// @defgroup Time Time Functions
 /// @ingroup Astronomy
-#    include "psTime.h"
+#include "psTime.h"
 
 /// @defgroup Metadata Metadata Functions
 /// @ingroup Astronomy
-#    include "psMetadata.h"
+#include "psMetadata.h"
 
 /// @}
