Changeset 11685 for trunk/psLib/test/math/tap_psStats09.c
- Timestamp:
- Feb 7, 2007, 12:50:18 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psStats09.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psStats09.c
r11265 r11685 276 276 // We will use this later in determining if the clipped stats are correct. 277 277 // 278 psF32 sampleMean ;279 psF32 sampleStdev ;278 psF32 sampleMean=0.0; 279 psF32 sampleStdev=0.0; 280 280 if (expectedRC == true) { 281 281 psStats *myStats = psStatsAlloc(PS_STAT_SAMPLE_MEAN | PS_STAT_SAMPLE_STDEV);
Note:
See TracChangeset
for help on using the changeset viewer.
