Index: /trunk/psLib/src/math/psBinaryOp.c
===================================================================
--- /trunk/psLib/src/math/psBinaryOp.c	(revision 15691)
+++ /trunk/psLib/src/math/psBinaryOp.c	(revision 15692)
@@ -30,6 +30,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-03-14 02:35:02 $
+ *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-11-27 02:27:19 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -364,7 +364,7 @@
 } else if (!strncmp(OP, "^", 1)) {                                                                           \
     BINARY_TYPE(DIM1,DIM2,OUT,IN1,pow(*i1,*i2),IN2);                                                         \
-} else if (!strncmp(OP, "min", 3)) {                                                                         \
+} else if (!strncasecmp(OP, "min", 3)) {                                                                     \
     BINARY_TYPE(DIM1,DIM2,OUT,IN1,fmin(*i1,*i2),IN2);                                                        \
-} else if (!strncmp(OP, "max", 3)) {                                                                         \
+} else if (!strncasecmp(OP, "max", 3)) {                                                                     \
     BINARY_TYPE(DIM1,DIM2,OUT,IN1,fmax(*i1,*i2),IN2);                                                        \
 } else {                                                                                                     \
