Changeset 5094 for trunk/psLib/test/math/tst_psFunc10.c
- Timestamp:
- Sep 22, 2005, 12:22:15 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psFunc10.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psFunc10.c
r5092 r5094 4 4 * ORD and CHEB type polynomials. 5 5 * 6 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $7 * @date $Date: 2005-09-22 2 0:45:43$6 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2005-09-22 22:22:15 $ 8 8 * 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 184 184 psFree(polyOrd); 185 185 186 return 0;186 return(testStatus); 187 187 } 188 188 … … 320 320 psFree(polyCheb); 321 321 322 return 0;322 return(testStatus); 323 323 } 324 324
Note:
See TracChangeset
for help on using the changeset viewer.
