Index: trunk/psLib/src/types/psList.h
===================================================================
--- trunk/psLib/src/types/psList.h	(revision 12307)
+++ trunk/psLib/src/types/psList.h	(revision 12308)
@@ -5,6 +5,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-03-08 03:36:05 $
+ *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-03-08 03:51:11 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -285,5 +285,5 @@
 #define PS_ASSERT_LIST_ITERATOR_NON_NULL(NAME, RVAL) \
 if (!(NAME) || !(NAME)->list || !(NAME)->list->iterators || (NAME)->list->n < 0 || \
-    (!(NAME)->cursor && (NAME)->list->head) || (NAME)->index < 0) { \
+    (!(NAME)->cursor && (NAME)->list->head)) { \
     psError(PS_ERR_BAD_PARAMETER_VALUE, true, \
             "Error: List iterator %s or one of its components is NULL.", \
