Changeset 3671 for trunk/psLib/src/math/psPolynomial.c
- Timestamp:
- Apr 5, 2005, 3:12:58 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.c
r3405 r3671 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.9 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 3-10 22:33:57$9 * @version $Revision: 1.95 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-04-06 01:12:58 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1985 1985 PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED, 1986 1986 strType); 1987 return 0; 1987 1988 case PS_TYPE_C64: 1988 1989 PS_TYPE_NAME(strType,x->type.type); … … 1990 1991 PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED, 1991 1992 strType); 1992 case PS_TYPE_PTR: 1993 PS_TYPE_NAME(strType,x->type.type); 1994 psError(PS_ERR_BAD_PARAMETER_TYPE, 1995 PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED, 1996 strType); 1993 return 0; 1997 1994 case PS_TYPE_BOOL: 1998 1995 PS_TYPE_NAME(strType,x->type.type); … … 2000 1997 PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED, 2001 1998 strType); 1999 return 0; 2002 2000 } 2003 2001 return(-3);
Note:
See TracChangeset
for help on using the changeset viewer.
