IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2005, 11:40:40 AM (20 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

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

    r5542 r5576  
    77*  polynomials.  It also contains a Gaussian functions.
    88*
    9 *  @version $Revision: 1.131 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-11-18 19:39:29 $
     9*  @version $Revision: 1.132 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-11-22 21:40:40 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    725725}
    726726
    727 psPolynomial4D* psPolynomial4DAlloc( unsigned int nX,
    728                                      unsigned int nY,
    729                                      unsigned int nZ,
    730                                      unsigned int nT,
    731                                      psPolynomialType type)
     727psPolynomial4D* psPolynomial4DAlloc(
     728    unsigned int nX,
     729    unsigned int nY,
     730    unsigned int nZ,
     731    unsigned int nT,
     732    psPolynomialType type)
    732733{
    733734    PS_ASSERT_INT_NONNEGATIVE(nX, NULL);
Note: See TracChangeset for help on using the changeset viewer.