Changeset 3769 for trunk/psLib/src/dataManip/psFunctions.c
- Timestamp:
- Apr 26, 2005, 9:53:30 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psFunctions.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psFunctions.c
r3714 r3769 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.9 8$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-04- 19 04:16:02$9 * @version $Revision: 1.99 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-04-26 19:53:30 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1959 1959 PS_PTR_CHECK_NULL(x, -6); 1960 1960 PS_PTR_CHECK_TYPE_EQUAL(x, bins, -3); 1961 psS8* strType;1961 char* strType; 1962 1962 1963 1963 switch (x->type.type) { … … 2069 2069 2070 2070 } else { 2071 psS8* strType;2071 char* strType; 2072 2072 PS_TYPE_NAME(strType,x->type.type); 2073 2073 psError(PS_ERR_BAD_PARAMETER_TYPE, … … 2163 2163 } 2164 2164 } else { 2165 psS8* strType;2165 char* strType; 2166 2166 PS_TYPE_NAME(strType,x->type.type); 2167 2167 psError(PS_ERR_BAD_PARAMETER_TYPE,
Note:
See TracChangeset
for help on using the changeset viewer.
