IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7986


Ignore:
Timestamp:
Jul 25, 2006, 6:21:39 PM (20 years ago)
Author:
Paul Price
Message:

Need to count the number of values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.c

    r7914 r7986  
    1616 * use ->min and ->max (PS_STAT_USE_RANGE)
    1717 *
    18  *  @version $Revision: 1.178 $ $Name: not supported by cvs2svn $
    19  *  @date $Date: 2006-07-15 02:57:12 $
     18 *  @version $Revision: 1.179 $ $Name: not supported by cvs2svn $
     19 *  @date $Date: 2006-07-26 04:21:39 $
    2020 *
    2121 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    193193                    if (stats->min <= data[i] && data[i] <= stats->max) {
    194194                        mean += data[i];
     195                        count++;
    195196                    }
    196197                }
    197                 count = numData;
    198198            }
    199199        } else {
Note: See TracChangeset for help on using the changeset viewer.