Index: /trunk/psLib/src/dataManip/psMinimize.c
===================================================================
--- /trunk/psLib/src/dataManip/psMinimize.c	(revision 3872)
+++ /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");
Index: /trunk/psLib/src/image/psImageExtraction.c
===================================================================
--- /trunk/psLib/src/image/psImageExtraction.c	(revision 3872)
+++ /trunk/psLib/src/image/psImageExtraction.c	(revision 3873)
@@ -9,6 +9,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-08 17:58:57 $
+ *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-10 01:57:47 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -24,10 +24,10 @@
 #include "psImageErrors.h"
 
-psImage* imageSubset(psImage* out,
-                     psImage* image,
-                     psS32 col0,
-                     psS32 row0,
-                     psS32 col1,
-                     psS32 row1)
+static psImage* imageSubset(psImage* out,
+                            psImage* image,
+                            psS32 col0,
+                            psS32 row0,
+                            psS32 col1,
+                            psS32 row1)
 {
     psU32 elementSize;          // size of image element in bytes
Index: /trunk/psLib/src/math/psMinimize.c
===================================================================
--- /trunk/psLib/src/math/psMinimize.c	(revision 3872)
+++ /trunk/psLib/src/math/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");
