Index: trunk/psLib/src/dataManip/psMinimize.c
===================================================================
--- trunk/psLib/src/dataManip/psMinimize.c	(revision 3856)
+++ trunk/psLib/src/dataManip/psMinimize.c	(revision 3873)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.114 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-05-05 22:32:34 $
+ *  @version $Revision: 1.115 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-10 01:57:47 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -811,5 +811,5 @@
         big = 0.0;
         for (j = 0; j < Nx; j++) {
-            if (!finite(matrix[i][j])) {
+            if (!isfinite(matrix[i][j])) {
                 // XXX EAM: this should use the psError stack
                 fprintf (stderr, "GAUSSJ: NaN\n");
