Changeset 5639 for trunk/psLib/test/astro/tst_psCoord01.c
- Timestamp:
- Nov 30, 2005, 12:04:32 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astro/tst_psCoord01.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/tst_psCoord01.c
r5559 r5639 6 6 * @author Eric Van Alst, MHPCC 7 7 * 8 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-11- 21 19:53:01$8 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-11-30 22:04:29 $ 10 10 * 11 11 * Copyright 2005 Maui High Performance Computing Center, Univ. of Hawaii … … 200 200 return 0; 201 201 } 202 202 203 //HEY 203 204 psS32 testProjectTan(void) … … 226 227 if(out == NULL) { 227 228 psError(PS_ERR_UNKNOWN,true,"Return null not expected"); 228 return i*10 ;229 return i*10+3; 229 230 } 230 231 … … 244 245 if(fabs(in->r - inTest->r) > ERROR_TOL) { 245 246 printf("TEST ER (in->r, inTest->r) (%.2f %.2f)\n", in->r, inTest->r); 246 return i*10+ 1;247 return i*10+4; 247 248 } 248 249 if(fabs(in->d - inTest->d) > ERROR_TOL) { 249 250 printf("TEST ERROR: (in->d, inTest->d) (%.2f %.2f)\n", in->d, inTest->d); 250 return i*10+ 1;251 return i*10+5; 251 252 } 252 253
Note:
See TracChangeset
for help on using the changeset viewer.
