IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2006, 12:25:31 PM (20 years ago)
Author:
gusciora
Message:

Misc code cleaning

File:
1 edited

Legend:

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

    r5813 r6186  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-12-19 23:58:47 $
     13 *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2006-01-23 22:25:31 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6969psPolynomialType;
    7070
    71 // XXX: These are incorrect names for the order of the polynomial.  We
    72 // keep them here temporarily so we can later sed replace them with the
    73 // correct names.
    7471/** One-dimensional polynomial */
    7572typedef struct
     
    8582psPolynomial1D;
    8683
    87 // XXX: These are incorrect names for the order of the polynomial.  We
    88 // keep them here temporarily so we can later sed replace them with the
    89 // correct names.
    9084/** Two-dimensional polynomial */
    9185typedef struct
     
    10094psPolynomial2D;
    10195
    102 // XXX: These are incorrect names for the order of the polynomial.  We
    103 // keep them here temporarily so we can later sed replace them with the
    104 // correct names.
    10596/** Three-dimensional polynomial */
    10697typedef struct
     
    116107psPolynomial3D;
    117108
    118 // XXX: These are incorrect names for the order of the polynomial.  We
    119 // keep them here temporarily so we can later sed replace them with the
    120 // correct names.
    121109/** Four-dimensional polynomial */
    122110typedef struct
     
    301289
    302290
    303 // XXX: Coding Standard
    304 psPolynomial1D **createChebyshevPolys(psS32 numPolys);
     291
     292
     293/** Creates the specified number of chebyshev polys.
     294 *
     295 *  @return psPolynomial1D** The chebyshev polys.
     296 *
     297 */
     298psPolynomial1D **p_psCreateChebyshevPolys(
     299    psS32 numPolys
     300);
    305301
    306302typedef struct
Note: See TracChangeset for help on using the changeset viewer.