Changeset 5117 for trunk/psLib/test/math/tst_psStats03.c
- Timestamp:
- Sep 23, 2005, 3:10:00 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psStats03.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psStats03.c
r4859 r5117 15 15 { 16 16 psLogSetFormat("HLNM"); 17 // 18 // We list pertinent psStats.c functions here for debugging ease. 19 // 20 psTraceSetLevel(".", 0); 21 psTraceSetLevel("p_psGetStatValue", 0); 22 psTraceSetLevel("p_psVectorSampleMean", 0); 23 psTraceSetLevel("p_psVectorCheckNonEmpty", 0); 24 psTraceSetLevel("p_psVectorNValues", 0); 25 psTraceSetLevel("p_psVectorSampleMedian", 0); 26 psTraceSetLevel("psStatsAlloc", 0); 27 psTraceSetLevel("p_psConvertToF32", 0); 28 psTraceSetLevel("psVectorStats", 0); 29 17 30 psStats *myStats = NULL; 18 31 psS32 testStatus = true;
Note:
See TracChangeset
for help on using the changeset viewer.
