Changeset 659 for trunk/psLib/test/dataManip/tst_psStats00.c
- Timestamp:
- May 12, 2004, 8:43:42 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psStats00.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psStats00.c
r654 r659 26 26 dummyFloatType.dimen = PS_DIMEN_VECTOR; 27 27 myVector = psVectorAlloc(dummyFloatType, N); 28 myVector->n = N; 28 29 29 30 mean = 0.0; … … 37 38 myStats2 = psArrayStats(myVector, NULL, 0, myStats); 38 39 mean = myStats2->sampleMean; 39 printf("HMMMM mean is %f\n", mean);40 40 41 41 if (mean == realMean) {
Note:
See TracChangeset
for help on using the changeset viewer.
