Changeset 5117 for trunk/psLib/test/math/tst_psStats07.c
- Timestamp:
- Sep 23, 2005, 3:10:00 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psStats07.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psStats07.c
r5116 r5117 489 489 { 490 490 psLogSetFormat("HLNM"); 491 // 492 // We list pertinent psStats.c functions here for debugging ease. 493 // 491 494 psTraceSetLevel(".", 0); 492 495 psTraceSetLevel("psGaussian", 0); 496 psTraceSetLevel("p_psGetStatValue", 0); 497 psTraceSetLevel("p_psVectorMax", 0); 498 psTraceSetLevel("p_psVectorMin", 0); 499 psTraceSetLevel("p_psVectorCheckNonEmpty", 0); 500 psTraceSetLevel("p_psNormalizeVectorRange", 0); 501 psTraceSetLevel("p_ps1DPolyMedian", 0); 502 psTraceSetLevel("fitQuadraticSearchForYThenReturnX", 0); 503 psTraceSetLevel("PsVectorDup", 0); 504 psTraceSetLevel("psMinimizeLMChi2Gauss1D", 0); 505 psTraceSetLevel("LinInterpolate", 0); 506 psTraceSetLevel("p_psVectorRobustStats", 0); 507 psTraceSetLevel("psStatsAlloc", 0); 508 psTraceSetLevel("psHistogramAlloc", 0); 509 psTraceSetLevel("psHistogramAllocGeneric", 0); 510 psTraceSetLevel("UpdateHistogramBins", 0); 511 psTraceSetLevel("psVectorHistogram", 0); 512 psTraceSetLevel("p_psConvertToF32", 0); 513 psTraceSetLevel("psVectorStats", 0); 493 514 psBool rc0 = t00(); 494 515 psBool rc1 = t01(); … … 500 521 } 501 522 502 return( rc0 & rc1);523 return(!(rc0 & rc1)); 503 524 }
Note:
See TracChangeset
for help on using the changeset viewer.
