Index: trunk/psLib/src/math/psConstants.h
===================================================================
--- trunk/psLib/src/math/psConstants.h	(revision 2215)
+++ trunk/psLib/src/math/psConstants.h	(revision 2216)
@@ -6,6 +6,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-27 20:29:12 $
+ *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-27 20:32:49 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -15,14 +15,16 @@
 These constants are used by various functions in the psLib.
  *****************************************************************************/
-#define DETERMINE_BRACKET_STEP_SIZE 0.10
-#define MAX_LMM_ITERATIONS 100
-#define MAX_MINIMIZE_ITERATIONS 100
-#define LEFT_SPLINE_DERIV 0.0
-#define RIGHT_SPLINE_DERIV 0.0
+#define PS_DETERMINE_BRACKET_STEP_SIZE 0.10
+#define PS_MAX_LMM_ITERATIONS 100
+#define PS_MAX_MINIMIZE_ITERATIONS 100
+#define PS_LEFT_SPLINE_DERIV 0.0
+#define PS_RIGHT_SPLINE_DERIV 0.0
 /*****************************************************************************
 These are common mathimatical constants used by various functions in the psLib.
  *****************************************************************************/
-
 #define PS_ONE 1.0
+
+
+
 /*****************************************************************************
 Macros which take a generic psLib type and determine if it is NULL, or has
@@ -40,4 +42,6 @@
     return(RVAL); \
 }
+
+
 
 /*****************************************************************************
@@ -158,4 +162,5 @@
 
 
+
 /*****************************************************************************
     PS_POLY macros:
@@ -167,4 +172,6 @@
 } \
 
+
+
 /*****************************************************************************
     PS_IMAGE macros:
@@ -188,8 +195,10 @@
     return(RVAL); \
 }
+
+
+
 /*****************************************************************************
     PS_READOUT macros:
  *****************************************************************************/
-/** Preprocessor macro to generate error on a NULL image */
 #define PS_READOUT_CHECK_NULL(NAME, RVAL) \
 if (NAME == NULL || NAME->image == NULL) { \
@@ -198,4 +207,6 @@
 }
 
+
+
 /*****************************************************************************
     Misc. macros: 
