Changeset 7108
- Timestamp:
- May 11, 2006, 1:14:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astro/tst_psCoord01.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/tst_psCoord01.c
r5821 r7108 10 10 * 11 11 * 12 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $13 * @date $Date: 200 5-12-21 00:03:03$14 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $15 * @date $Date: 200 5-12-21 00:03:03$12 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-05-11 23:14:49 $ 14 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-05-11 23:14:49 $ 16 16 * 17 17 * Copyright 2005 Maui High Performance Computing Center, Univ. of Hawaii … … 780 780 psError(PS_ERR_UNKNOWN,true,"Testpoint %d: Result out->r = %lg not equal to expected %lg", 781 781 i, out->r, setOffsetResult[i][0]); 782 return i*10 ;782 return i*10+1; 783 783 } 784 784 if(fabs(out->d - setOffsetResult[i][1]) > ERROR_TOL) { 785 785 psError(PS_ERR_UNKNOWN,true,"Testpoint %d: Result out->d = %lg not equal to expected %lg", 786 786 i,out->d, setOffsetResult[i][1]); 787 return i*10+ 1;787 return i*10+2; 788 788 } 789 789 … … 923 923 psError(PS_ERR_UNKNOWN,true,"Testpoint %d: Result out->r = %lg not equal to expected %lg", 924 924 i, out->r, getOffsetResult[i][0]); 925 return i*10 ;925 return i*10+1; 926 926 } 927 927 if(fabs(out->d - getOffsetResult[i][1]) > ERROR_TOL) { 928 928 psError(PS_ERR_UNKNOWN,true,"Testpoint %d: Result out->d = %lg not equal to expected %lg", 929 929 i,out->d, getOffsetResult[i][1]); 930 return i*10+ 1;930 return i*10+2; 931 931 } 932 932
Note:
See TracChangeset
for help on using the changeset viewer.
