Changeset 3000 for trunk/psLib/src/dataManip/psFunctions.c
- Timestamp:
- Jan 14, 2005, 1:27:56 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psFunctions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psFunctions.c
r2941 r3000 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1. 79$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-01-1 0 19:47:11$9 * @version $Revision: 1.80 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-01-14 23:27:56 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1913 1913 if (i<(bounds->n-1)) { 1914 1914 if (FLT_EPSILON < fabs(bounds->data.F32[i+1]-bounds->data.F32[i])) { 1915 printf("ERROR: psErrorMsg(data points must be distinct\n"); 1915 1916 // XXX: psErrorMsg(data points must be distinct) 1916 1917 }
Note:
See TracChangeset
for help on using the changeset viewer.
