Index: trunk/psLib/src/sysUtils/psMemory.c
===================================================================
--- trunk/psLib/src/sysUtils/psMemory.c	(revision 452)
+++ trunk/psLib/src/sysUtils/psMemory.c	(revision 455)
@@ -8,6 +8,6 @@
  *  @author Robert Lupton, Princeton University
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-04-19 20:19:22 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-04-19 21:06:37 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -166,5 +166,4 @@
 }
 
-/*****************************************************************************/
 /*
  * Return memory ID counter for next block to be allocated
@@ -175,5 +174,4 @@
 }
 
-/*****************************************************************************/
 /*
  * Routines to check the consistency of the allocated and/or free memory arena
@@ -234,6 +232,4 @@
     return nbad;
 }
-
-/*****************************************************************************/
 
 void *p_psAlloc(size_t size, const char *file, int lineno)
@@ -345,5 +341,4 @@
 }
 
-/*****************************************************************************/
 /*
  * Check for memory leaks. Not production quality code
@@ -402,5 +397,4 @@
 }
 
-/*****************************************************************************/
 /*
  * Reference counting APIs
