Index: trunk/psLib/src/math/psConstants.h
===================================================================
--- trunk/psLib/src/math/psConstants.h	(revision 2106)
+++ trunk/psLib/src/math/psConstants.h	(revision 2135)
@@ -6,6 +6,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-14 01:44:48 $
+ *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-14 23:42:08 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -193,7 +193,7 @@
 
 #define PS_MAX(A, B) \
-(A > B) ? A : B \
+((A > B) ? A : B) \
 
 #define PS_MIN(A, B) \
-(A < B) ? A : B \
+((A < B) ? A : B) \
 
