IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psPolynomial.h

    r6204 r6348  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.61 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-01-26 21:10:22 $
     13 *  @version $Revision: 1.62 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2006-02-07 23:36:15 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7373{
    7474    psPolynomialType type;              ///< Polynomial type
    75     unsigned int nX;             ///< Polynomial order
    76     psF64 p_min;
    77     psF64 p_max;
     75    unsigned int nX;                    ///< Polynomial order
    7876    psF64 *coeff;                       ///< Coefficients
    7977    psF64 *coeffErr;                    ///< Error in coefficients
Note: See TracChangeset for help on using the changeset viewer.