Index: trunk/psLib/src/dataManip/psStats.c
===================================================================
--- trunk/psLib/src/dataManip/psStats.c	(revision 3769)
+++ trunk/psLib/src/dataManip/psStats.c	(revision 3990)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.126 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-26 19:53:30 $
+ *  @version $Revision: 1.127 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-19 23:57:37 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1512,4 +1512,5 @@
 
     // Determine minimum and maximum values in the data vector.
+    // XXX: remove this conditional?
     if (isnan(tmpStats->min)) {
         if (0 != p_psVectorMin(myVector, maskVector, maskVal, tmpStats)) {
@@ -1519,4 +1520,5 @@
         }
     }
+    // XXX: remove this conditional?
     if (isnan(tmpStats->max)) {
         if (0 != p_psVectorMax(myVector, maskVector, maskVal, tmpStats)) {
@@ -1656,5 +1658,5 @@
         }
 
-
+        // XXX: Must fit a 2-D polynomial, not a Gaussian.  (bug 366)
         psBool rc = psMinimizeLMChi2(min,
                                      NULL,
