Changeset 13124 for trunk/psLib/test/math/tap_psFunc01.c
- Timestamp:
- May 1, 2007, 6:20:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psFunc01.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psFunc01.c
r10945 r13124 10 10 #include "tap.h" 11 11 #include "pstap.h" 12 12 13 #define MY_MEAN 5.0 13 14 #define MY_STDEV 2.0 … … 21 22 plan_tests(4); 22 23 24 23 25 // Test the psGaussian(): normalized version 24 26 { 25 27 psMemId id = psMemGetId(); 26 27 28 bool errorFlag = false; 28 29 for (psS32 x = 0 ; x < (int) (MY_MEAN * 2.0) ; x++) … … 37 38 ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks"); 38 39 } 40 39 41 40 42 // Test the psGaussian(): non-normalized version
Note:
See TracChangeset
for help on using the changeset viewer.
