Index: trunk/psModules/src/pmObjects.c
===================================================================
--- trunk/psModules/src/pmObjects.c	(revision 4201)
+++ trunk/psModules/src/pmObjects.c	(revision 4222)
@@ -4,7 +4,8 @@
  *
  *  @author GLG, MHPCC
+ *  @author EAM, IfA: significant modifications.
  *
- *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-09 23:41:56 $
+ *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-13 20:00:49 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1571,5 +1572,5 @@
 XXX: Why a pmArray output?
 XXX: doex x,y correspond with col,row or row/col?
-XXX: What is momde?
+XXX: What is mode?
 XXX: The top, bottom of the contour is not correctly determined.
 *****************************************************************************/
@@ -1608,4 +1609,5 @@
             psFree(yVec);
             return(NULL);
+            //psLogMsg(__func__, PS_LOG_WARN, "WARNING: Could not find contour edge (NAN)\n");
         }
         xVec->data.F32[row] = ((psF32) source->pixels->col0) + leftIntercept;
@@ -1619,4 +1621,5 @@
             psFree(yVec);
             return(NULL);
+            //psLogMsg(__func__, PS_LOG_WARN, "WARNING: Could not find contour edge (NAN)\n");
         }
         //printf("HERE the intercepts are (%.2f, %.2f)\n", leftIntercept, rightIntercept);
@@ -1642,4 +1645,5 @@
             psFree(yVec);
             return(NULL);
+            //psLogMsg(__func__, PS_LOG_WARN, "WARNING: Could not find contour edge (NAN)\n");
         }
         xVec->data.F32[row] = ((psF32) source->pixels->col0) + leftIntercept;
@@ -1652,4 +1656,5 @@
             psFree(yVec);
             return(NULL);
+            //psLogMsg(__func__, PS_LOG_WARN, "WARNING: Could not find contour edge (NAN)\n");
         }
         xVec->data.F32[row+xVec->n] = ((psF32) source->pixels->col0) + rightIntercept;
