Index: trunk/psLib/src/collections/psVector.c
===================================================================
--- trunk/psLib/src/collections/psVector.c	(revision 1440)
+++ trunk/psLib/src/collections/psVector.c	(revision 1761)
@@ -8,16 +8,12 @@
 *
 *  @author Ross Harman, MHPCC
-*
-*  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-09 23:34:57 $
+*  @author Robert DeSonia, MHPCC
+*
+*  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-09-09 21:59:03 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
 */
 
-/******************************************************************************/
-
-/*  INCLUDE FILES                                                             */
-
-/******************************************************************************/
 #include <string.h>                        // for memcpy
 #include <stdlib.h>
@@ -29,49 +25,10 @@
 #include "psLogMsg.h"
 #include "psCompare.h"
-
-/******************************************************************************/
-
-/*  DEFINE STATEMENTS                                                         */
-
-/******************************************************************************/
-
-// None
-
-/******************************************************************************/
-
-/*  TYPE DEFINITIONS                                                          */
-
-/******************************************************************************/
-
-// None
-
-/*****************************************************************************/
-
-/*  GLOBAL VARIABLES                                                         */
-
-/*****************************************************************************/
-
-// None
-
-/*****************************************************************************/
-
-/*  FILE STATIC VARIABLES                                                    */
-
-/*****************************************************************************/
-
-// None
-
-/*****************************************************************************/
-
-/*  FUNCTION IMPLEMENTATION - LOCAL                                          */
-
-/*****************************************************************************/
+#include "psCollectionsErrors.h"
+
 static void vectorFree(psVector* restrict psVec);
 
-/*****************************************************************************/
-
-/* FUNCTION IMPLEMENTATION - PUBLIC                                          */
-
-/*****************************************************************************/
+// FUNCTION IMPLEMENTATION - PUBLIC
+
 psVector* psVectorAlloc(unsigned int nalloc, psElemType elemType)
 {
