Index: /trunk/psLib/src/collections/psList.c
===================================================================
--- /trunk/psLib/src/collections/psList.c	(revision 941)
+++ /trunk/psLib/src/collections/psList.c	(revision 942)
@@ -6,6 +6,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-08 20:08:06 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-09 02:16:41 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -445,5 +445,5 @@
 }
 
-psList* psVectorToDlist(psVector* arr)
+psList* psVectorToList(psVector* arr)
 {
     unsigned int n;
Index: /trunk/psLib/src/collections/psList.h
===================================================================
--- /trunk/psLib/src/collections/psList.h	(revision 941)
+++ /trunk/psLib/src/collections/psList.h	(revision 942)
@@ -9,6 +9,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-08 19:08:40 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-09 02:16:41 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -125,5 +125,5 @@
 
 /** Convert array to a doubly-linked list */
-psList* psVectorToDlist(
+psList* psVectorToList(
     psVector* arr                       ///< vector to convert
 );
Index: /trunk/psLib/src/types/psList.c
===================================================================
--- /trunk/psLib/src/types/psList.c	(revision 941)
+++ /trunk/psLib/src/types/psList.c	(revision 942)
@@ -6,6 +6,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-08 20:08:06 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-09 02:16:41 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -445,5 +445,5 @@
 }
 
-psList* psVectorToDlist(psVector* arr)
+psList* psVectorToList(psVector* arr)
 {
     unsigned int n;
Index: /trunk/psLib/src/types/psList.h
===================================================================
--- /trunk/psLib/src/types/psList.h	(revision 941)
+++ /trunk/psLib/src/types/psList.h	(revision 942)
@@ -9,6 +9,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-08 19:08:40 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-09 02:16:41 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -125,5 +125,5 @@
 
 /** Convert array to a doubly-linked list */
-psList* psVectorToDlist(
+psList* psVectorToList(
     psVector* arr                       ///< vector to convert
 );
