Changeset 11423
- Timestamp:
- Jan 29, 2007, 6:52:42 PM (19 years ago)
- Location:
- trunk/psLib/test/math
- Files:
-
- 2 edited
-
tap_psPolynomialEval2D.c (modified) (2 diffs)
-
tap_psPolynomialEval3D.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psPolynomialEval2D.c
r11422 r11423 4 4 * ORD and CHEB type polynomials. 5 5 * 6 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-01-30 04: 49:52 $6 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-30 04:52:42 $ 8 8 * 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 70 70 psLogSetFormat("HLNM"); 71 71 psLogSetLevel(PS_LOG_INFO); 72 plan_tests(2 9);72 plan_tests(28); 73 73 74 74 // Allocate and evaluate an ordinary polynomial structure -
trunk/psLib/test/math/tap_psPolynomialEval3D.c
r11422 r11423 4 4 * ORD and CHEB type polynomials. 5 5 * 6 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-01-30 04: 49:52 $6 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-30 04:52:42 $ 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(3 3);123 plan_tests(32); 124 124 125 125 // Allocate and evaluate an ordinary polynomial structure
Note:
See TracChangeset
for help on using the changeset viewer.
