Changeset 5117 for trunk/psLib/test/math/tst_psStats00.c
- Timestamp:
- Sep 23, 2005, 3:10:00 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psStats00.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psStats00.c
r4859 r5117 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 8-24 01:24:24$13 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-09-24 01:10:00 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 66 66 psLogSetFormat("HLNM"); 67 67 psLogSetLevel(PS_LOG_INFO); 68 // 69 // We list pertinent psStats.c functions here for debugging ease. 70 // 71 psTraceSetLevel(".", 0); 72 psTraceSetLevel("p_psGetStatValue", 0); 73 psTraceSetLevel("p_psVectorSampleMean", 0); 74 psTraceSetLevel("p_psVectorMax", 0); 75 psTraceSetLevel("p_psVectorMin", 0); 76 psTraceSetLevel("p_psVectorNValues", 0); 77 psTraceSetLevel("p_psNormalizeVectorRange", 0); 78 psTraceSetLevel("psStatsAlloc", 0); 79 psTraceSetLevel("p_psConvertToF32", 0); 80 psTraceSetLevel("psVectorStats", 0); 68 81 69 82 return ( ! runTestSuite(stderr, "psVectorStats",tests,argc,argv) );
Note:
See TracChangeset
for help on using the changeset viewer.
