Changeset 13127 for trunk/psLib/test/math
- Timestamp:
- May 1, 2007, 6:34:14 PM (19 years ago)
- Location:
- trunk/psLib/test/math
- Files:
-
- 1 added
- 2 edited
-
Makefile.am (modified) (1 diff)
-
tap_psHistogram.c (added)
-
tap_psPolynomialEval3D.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/Makefile.am
r13123 r13127 13 13 14 14 TEST_PROGS = \ 15 tap_psHist00 \ 16 tap_psHist01 \ 17 tap_psHist02 \ 18 tap_psHist03 \ 15 tap_psHistogram \ 19 16 tap_psMD5 \ 20 17 tap_psMatrix01 \ -
trunk/psLib/test/math/tap_psPolynomialEval3D.c
r13124 r13127 4 4 * ORD and CHEB type polynomials. 5 5 * 6 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-05-02 04: 20:06$6 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-05-02 04:34:13 $ 8 8 * 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 121 121 psLogSetFormat("HLNM"); 122 122 psLogSetLevel(PS_LOG_INFO); 123 plan_tests(4 4);123 plan_tests(48); 124 124 125 125
Note:
See TracChangeset
for help on using the changeset viewer.
