Changeset 6215 for trunk/psLib/test/math/tst_psStats03.c
- Timestamp:
- Jan 26, 2006, 1:49:11 PM (20 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
r5117 r6215 18 18 // We list pertinent psStats.c functions here for debugging ease. 19 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);20 psTraceSetLevel(".", 10); 21 psTraceSetLevel("p_psGetStatValue", 10); 22 psTraceSetLevel("p_psVectorSampleMean", 10); 23 psTraceSetLevel("p_psVectorCheckNonEmpty", 10); 24 psTraceSetLevel("p_psVectorNValues", 10); 25 psTraceSetLevel("p_psVectorSampleMedian", 10); 26 psTraceSetLevel("psStatsAlloc", 10); 27 psTraceSetLevel("p_psConvertToF32", 10); 28 psTraceSetLevel("psVectorStats", 10); 29 29 30 30 psStats *myStats = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
