Changeset 2607 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Dec 3, 2004, 1:19:07 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r2439 r2607 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.7 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-1 1-24 22:33:21$9 * @version $Revision: 1.71 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-12-03 23:15:32 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 2017 2017 PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED, 2018 2018 strType); 2019 case PS_TYPE_BOOL: 2020 PS_TYPE_NAME(strType,x->type.type); 2021 psError(PS_ERR_BAD_PARAMETER_TYPE, 2022 PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED, 2023 strType); 2019 2024 } 2020 2025 return(-3);
Note:
See TracChangeset
for help on using the changeset viewer.
