IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5576 for trunk/psLib/src/math


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

....

Location:
trunk/psLib/src/math
Files:
2 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);
  • trunk/psLib/src/math/psStats.c

    r5563 r5576  
    1717*
    1818*
    19 *  @version $Revision: 1.153 $ $Name: not supported by cvs2svn $
    20 *  @date $Date: 2005-11-22 01:18:13 $
     19*  @version $Revision: 1.154 $ $Name: not supported by cvs2svn $
     20*  @date $Date: 2005-11-22 21:40:40 $
    2121*
    2222*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Note: See TracChangeset for help on using the changeset viewer.