Changeset 3377 for trunk/psLib/test/dataManip
- Timestamp:
- Mar 5, 2005, 11:53:03 AM (21 years ago)
- Location:
- trunk/psLib/test/dataManip
- Files:
-
- 2 edited
-
tst_psFunc00.c (modified) (3 diffs)
-
tst_psStats07.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psFunc00.c
r2790 r3377 19 19 #define MISC_X_CHEB_VALUE 0.5 20 20 #define MISC_INT_NUMBER 35 21 #define AN 2 21 //#define AN 2 22 #define AN 1 22 23 #define BN 4 23 24 #define CN 6 … … 502 503 /* Allocate and initialize data structures */ 503 504 /*************************************************************************/ 505 506 // HEY 507 504 508 printPositiveTestHeader(stdout, 505 509 "psFunctions functions", … … 529 533 "Allocate/Deallocate the psDPolynomial1D structure (CHEBYSHEV).", 530 534 testStatus); 535 536 537 538 return (!testStatus); 539 531 540 532 541 printPositiveTestHeader(stdout, -
trunk/psLib/test/dataManip/tst_psStats07.c
r2988 r3377 280 280 psS32 realNfitWithMask = N / 4; 281 281 282 psTraceSetLevel(".psLib.dataManip.psStats", 10);282 psTraceSetLevel(".psLib.dataManip.psStats", 0); 283 283 284 284 /*************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
