IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 13, 2005, 11:08:27 AM (21 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

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

    r4992 r5033  
    1010 *  @author EAM, IfA
    1111 *
    12  *  @version $Revision: 1.136 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-09-11 22:25:29 $
     12 *  @version $Revision: 1.137 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-09-13 21:08:27 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    16911691    const psVector *x)
    16921692{
     1693    printf("COOL: psVectorFitPolynomial1D()\n");
    16931694    // Internal pointers for possibly NULL or mis-typed vectors.
    16941695    psVector *x64 = NULL;
     
    17541755    } else {
    17551756        psError(PS_ERR_UNKNOWN, true, "Incorrect polynomial type.  Returning NULL.\n");
     1757        poly = NULL;
    17561758    }
    17571759
     
    17691771    }
    17701772
    1771     return(NULL);
     1773    return(poly);
    17721774}
    17731775
Note: See TracChangeset for help on using the changeset viewer.