Index: /trunk/psLib/src/math/psConstants.h
===================================================================
--- /trunk/psLib/src/math/psConstants.h	(revision 7276)
+++ /trunk/psLib/src/math/psConstants.h	(revision 7277)
@@ -6,6 +6,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.86 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-02-24 23:43:15 $
+ *  @version $Revision: 1.87 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-01 23:02:59 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -704,31 +704,6 @@
 
 /*****************************************************************************
-    PS_READOUT macros:
+    Misc. macros:
 *****************************************************************************/
-#define PS_ASSERT_READOUT_NON_NULL(NAME, RVAL) \
-if ((NAME) == NULL || (NAME)->image == NULL) { \
-    psError(PS_ERR_BAD_PARAMETER_NULL, true, \
-            "Unallowable operation: psReadout %s or its data is NULL.", \
-            #NAME); \
-    return(RVAL); \
-}
-
-#define PS_ASSERT_READOUT_NON_EMPTY(NAME, RVAL) \
-if ((NAME)->image->numCols < 1 || (NAME)->image->numRows < 1) { \
-    psError(PS_ERR_BAD_PARAMETER_SIZE, true, \
-            "Unallowable operation: psReadout %s or its data is NULL.", #NAME); \
-    return(RVAL); \
-}
-
-#define PS_ASSERT_READOUT_TYPE(NAME, TYPE, RVAL) \
-if ((NAME)->image->type.type != TYPE) { \
-    psError(PS_ERR_BAD_PARAMETER_TYPE, true, \
-            "Unallowable operation: psImage %s has incorrect type.", #NAME); \
-    return(RVAL); \
-}
-
-/*****************************************************************************
-    Misc. macros:
- *****************************************************************************/
 #define PS_MAX(A, B) \
 (((A) > (B)) ? (A) : (B))
