Index: trunk/psLib/src/math/psConstants.h
===================================================================
--- trunk/psLib/src/math/psConstants.h	(revision 2680)
+++ trunk/psLib/src/math/psConstants.h	(revision 2731)
@@ -6,6 +6,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-12-09 23:31:14 $
+ *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-12-16 21:42:39 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -33,4 +33,12 @@
     psError(PS_ERR_BAD_PARAMETER_VALUE, true, \
             "Error: %s and %s are equal.", \
+            #NAME1, #NAME2); \
+    return(RVAL); \
+}
+
+#define PS_INT_CHECK_NON_EQUALS(NAME1, NAME2, RVAL) \
+if (NAME1 != NAME2) { \
+    psError(PS_ERR_BAD_PARAMETER_VALUE, true, \
+            "Error: %s and %s are not equal.", \
             #NAME1, #NAME2); \
     return(RVAL); \
