IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2005, 1:25:10 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psMinimize.c

    r3026 r3027  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.100 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-01-17 22:17:29 $
     11 *  @version $Revision: 1.101 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-01-17 23:25:09 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    280280    // If x==NULL, create an x32 vector with x values set to (0:n).
    281281    if (x == NULL) {
    282 
    283282        PS_VECTOR_GEN_X_INDEX_STATIC_F32(x32Static, y->n);
    284283        x32 = x32Static;
     
    294293        This can not be implemented until SDR states what order spline should be
    295294        created.
    296 
     295        Should we error if mySpline is not NULL?
    297296        Should we error if mySPline is not NULL?
    298297    */
     
    302301    PS_PTR_CHECK_NULL(mySpline, NULL);
    303302    PS_INT_CHECK_NON_NEGATIVE(mySpline->n, NULL);
    304 
    305303
    306304    if (y32->n != (1 + mySpline->n)) {
Note: See TracChangeset for help on using the changeset viewer.