Changeset 3160 for trunk/psLib/test/dataManip/tst_psStats09.c
- Timestamp:
- Feb 8, 2005, 9:24:26 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psStats09.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psStats09.c
r2780 r3160 71 71 72 72 printf("Called psVectorStats() on a vector with no elements masked.\n"); 73 printf("The calculated clippedMean was % f\n", myStats->clippedMean);73 printf("The calculated clippedMean was %.2f\n", myStats->clippedMean); 74 74 75 75 printFooter(stdout, … … 85 85 86 86 printf("Called psVectorStats() on a vector with no elements masked.\n"); 87 printf("The calculated clippedStdev was % f\n", myStats->clippedStdev);87 printf("The calculated clippedStdev was %.2f\n", myStats->clippedStdev); 88 88 89 89 printFooter(stdout, … … 102 102 103 103 printf("Called psVectorStats() on a vector with elements masked.\n"); 104 printf("The calculated clippedMean was % f\n", myStats->clippedMean);104 printf("The calculated clippedMean was %.2f\n", myStats->clippedMean); 105 105 printFooter(stdout, 106 106 "psVector functions", … … 115 115 116 116 printf("Called psVectorStats() on a vector with elements masked.\n"); 117 printf("The calculated clippedStdev was % f\n", myStats->clippedStdev);117 printf("The calculated clippedStdev was %.2f\n", myStats->clippedStdev); 118 118 printFooter(stdout, 119 119 "psVector functions",
Note:
See TracChangeset
for help on using the changeset viewer.
