IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 17, 2006, 3:21:16 PM (20 years ago)
Author:
Paul Price
Message:

Fixing some typos

File:
1 edited

Legend:

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

    r7107 r7133  
    1010 *  @author EAM, IfA
    1111 *
    12  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-05-10 13:24:57 $
     12 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-05-18 01:21:16 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    23582358
    23592359    for (psS32 N = 0; N < stats->clipIter; N++) {
    2360         psTrace(__func__, 6, "Loop iteration %d.  Calling psVectorFitPolynomial1D()\n");
     2360        psTrace(__func__, 6, "Loop iteration %d.  Calling psVectorFitPolynomial4D()\n");
    23612361        psS32 Nkeep = 0;
    23622362        if (psTraceGetLevel(__func__) >= 6) {
     
    23782378        fit = psPolynomial4DEvalVector (poly, x, y, z, t);
    23792379        if (fit == NULL) {
    2380             psError(PS_ERR_UNKNOWN, false, "Could not call psPolynomial3DEvalVector().  Returning NULL.\n");
     2380            psError(PS_ERR_UNKNOWN, false, "Could not call psPolynomial4DEvalVector().  Returning NULL.\n");
    23812381            psFree(resid)
    23822382            return(NULL);
Note: See TracChangeset for help on using the changeset viewer.