Index: trunk/archive/pslib/include/psMatrix.h
===================================================================
--- trunk/archive/pslib/include/psMatrix.h	(revision 153)
+++ trunk/archive/pslib/include/psMatrix.h	(revision 160)
@@ -10,5 +10,5 @@
 /** Constructor */
 psMatrix *
-psMatrixNew(int Xdimen,			//!< x dimension of new matrix
+psMatrixAlloc(int Xdimen,			//!< x dimension of new matrix
 	    int Ydimen			//!< y dimension of new matrix
 	    );
@@ -16,5 +16,5 @@
 /** Destructor */
 void
-psMatrixDel(psMatrix *restrict myMatrix	//!< Matrix to destroy
+psMatrixFree(psMatrix *restrict myMatrix	//!< Matrix to destroy
 	    );
 
