Changeset 12999 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Apr 24, 2007, 12:27:44 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r12700 r12999 13 13 * use ->min and ->max (PS_STAT_USE_RANGE) 14 14 * 15 * @version $Revision: 1.20 8$ $Name: not supported by cvs2svn $16 * @date $Date: 2007-0 3-31 03:00:07$15 * @version $Revision: 1.209 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2007-04-24 22:27:44 $ 17 17 * 18 18 * Copyright 2006 IfA, University of Hawaii … … 682 682 } 683 683 psTrace(TRACE, 6, "Data min/max is (%.2f, %.2f)\n", min, max); 684 assert (iterate < 20); 685 // fprintf (stderr, "%d @ %d : %f - %f\n", iterate, numValid, min, max); 684 686 685 687 // If all data points have the same value, then we set the appropriate members of stats and return.
Note:
See TracChangeset
for help on using the changeset viewer.
