Changeset 3027 for trunk/psLib/src/dataManip/psMinimize.c
- Timestamp:
- Jan 17, 2005, 1:25:10 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psMinimize.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMinimize.c
r3026 r3027 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.10 0$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-01-17 2 2:17:29 $11 * @version $Revision: 1.101 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-01-17 23:25:09 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 280 280 // If x==NULL, create an x32 vector with x values set to (0:n). 281 281 if (x == NULL) { 282 283 282 PS_VECTOR_GEN_X_INDEX_STATIC_F32(x32Static, y->n); 284 283 x32 = x32Static; … … 294 293 This can not be implemented until SDR states what order spline should be 295 294 created. 296 295 Should we error if mySpline is not NULL? 297 296 Should we error if mySPline is not NULL? 298 297 */ … … 302 301 PS_PTR_CHECK_NULL(mySpline, NULL); 303 302 PS_INT_CHECK_NON_NEGATIVE(mySpline->n, NULL); 304 305 303 306 304 if (y32->n != (1 + mySpline->n)) {
Note:
See TracChangeset
for help on using the changeset viewer.
