Changeset 2344
- Timestamp:
- Nov 12, 2004, 9:53:06 AM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
dataManip/psStats.c (modified) (3 diffs)
-
math/psStats.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psStats.c
r2343 r2344 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.9 4$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-11-12 19:5 0:34$11 * @version $Revision: 1.95 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-11-12 19:53:06 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1002 1002 psError(PS_ERR_UNKNOWN, 1003 1003 true, 1004 psStats_STATS_POLY_MEDIAN_OUT_OF_RANGE);1004 PS_ERRORTEXT_psStats_STATS_POLY_MEDIAN_OUT_OF_RANGE); 1005 1005 return(NAN); 1006 1006 } … … 1089 1089 psError(PS_ERR_UNEXPECTED_NULL, 1090 1090 false, 1091 psStats_STATS_FIT_QUADRATIC_POLYNOMIAL_1D_FIT);1091 PS_ERRORTEXT_psStats_STATS_FIT_QUADRATIC_POLYNOMIAL_1D_FIT); 1092 1092 return(NAN); 1093 1093 } -
trunk/psLib/src/math/psStats.c
r2343 r2344 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.9 4$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-11-12 19:5 0:34$11 * @version $Revision: 1.95 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-11-12 19:53:06 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1002 1002 psError(PS_ERR_UNKNOWN, 1003 1003 true, 1004 psStats_STATS_POLY_MEDIAN_OUT_OF_RANGE);1004 PS_ERRORTEXT_psStats_STATS_POLY_MEDIAN_OUT_OF_RANGE); 1005 1005 return(NAN); 1006 1006 } … … 1089 1089 psError(PS_ERR_UNEXPECTED_NULL, 1090 1090 false, 1091 psStats_STATS_FIT_QUADRATIC_POLYNOMIAL_1D_FIT);1091 PS_ERRORTEXT_psStats_STATS_FIT_QUADRATIC_POLYNOMIAL_1D_FIT); 1092 1092 return(NAN); 1093 1093 }
Note:
See TracChangeset
for help on using the changeset viewer.
