Index: /trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c
===================================================================
--- /trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c	(revision 1105)
+++ /trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c	(revision 1106)
@@ -29,6 +29,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-26 00:04:46 $
+ *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-26 00:44:00 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -76,10 +76,4 @@
 /*  FUNCTION IMPLEMENTATION - LOCAL                                          */
 /*****************************************************************************/
-
-// Local version of min function (cast to double for complex numbers)
-#define MIN(A,B)(((double)(A)<(double)(B))?(A):(B))
-
-// Local version of max function (cast to double for complex numbers)
-#define MAX(A,B)(((double)(A)>(double)(B))?(A):(B))
 
 // Conversion for degrees to radians
