IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 1:14:21 PM (20 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageStats.c

    r6306 r6346  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.89 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-02-02 21:11:13 $
     11 *  @version $Revision: 1.90 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2006-02-07 23:14:21 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    600600    } else if (coeffs->type == PS_POLYNOMIAL_CHEB) {
    601601        return(p_psImageEvalPolynomialCheb(input, coeffs));
    602     }
    603     printf("XXX: Error: wrong polynomial type\n");
    604     // XXX: psError()
     602    } else {
     603        psError(PS_ERR_UNKNOWN, false, "Incorrect Polynomial Type.\n");
     604    }
    605605    return(NULL);
    606606}
Note: See TracChangeset for help on using the changeset viewer.