IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8467


Ignore:
Timestamp:
Aug 22, 2006, 5:01:12 AM (20 years ago)
Author:
rhl
Message:

Fix some psError new-error booleans

File:
1 edited

Legend:

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

    r8408 r8467  
    1010 *  @author EAM, IfA
    1111 *
    12  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-08-17 15:38:08 $
     12 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-08-22 15:01:12 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    783783            }
    784784        } else {
    785             psError(PS_ERR_UNKNOWN, false, "Error, bad poly type.\n");
     785            psError(PS_ERR_UNKNOWN, true, "Error, bad poly type.\n");
    786786            return(NULL);
    787787        }
     
    827827        poly = psVectorFitPolynomial1D(poly, mask, maskValue, f, fErr, x);
    828828        if (poly == NULL) {
    829             psError(PS_ERR_UNKNOWN, true, "Could not fit polynomial.  Returning NULL.\n");
     829            psError(PS_ERR_UNKNOWN, false, "Could not fit polynomial.  Returning NULL.\n");
    830830            if (xIn == NULL) {
    831831                psFree(x);
Note: See TracChangeset for help on using the changeset viewer.