Changeset 4973 for trunk/psLib/test/math/tst_psFunc01.c
- Timestamp:
- Sep 7, 2005, 2:29:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psFunc01.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psFunc01.c
r4731 r4973 9 9 #include "psTest.h" 10 10 #include "psMemory.h" 11 #include "ps Functions.h"11 #include "psPolynomial.h" 12 12 #define MY_MEAN 30.0 13 13 #define MY_STDEV 2.0 … … 22 22 psVector *myGaussData = NULL; 23 23 printPositiveTestHeader(stdout, 24 "ps Functionsfunctions",24 "psPolynomial functions", 25 25 "psGaussian()"); 26 26 … … 43 43 44 44 printFooter(stdout, 45 "ps Functionsfunctions",45 "psPolynomial functions", 46 46 "psGaussian()", 47 47 testStatus); … … 49 49 50 50 printPositiveTestHeader(stdout, 51 "ps Functionsfunctions",51 "psPolynomial functions", 52 52 "p_psGaussianDev()"); 53 53 … … 70 70 71 71 printFooter(stdout, 72 "ps Functionsfunctions",72 "psPolynomial functions", 73 73 "p_psGaussianDev()", 74 74 testStatus);
Note:
See TracChangeset
for help on using the changeset viewer.
