IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2004, 8:03:26 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r1718 r1719  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-08 06:00:49 $
     9 *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-09-08 06:01:21 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1313 */
    14 
    1514/*****************************************************************************/
    16 
    1715/*  INCLUDE FILES                                                            */
    18 
    1916/*****************************************************************************/
    2017#include <stdlib.h>
     
    3734
    3835/*****************************************************************************/
    39 
    4036/* DEFINE STATEMENTS                                                         */
    41 
    4237/*****************************************************************************/
    4338
     
    8378
    8479/*****************************************************************************/
    85 
    8680/* TYPE DEFINITIONS                                                          */
    87 
    8881/*****************************************************************************/
    8982static void polynomial1DFree(psPolynomial1D* myPoly);
     
    9790
    9891/*****************************************************************************/
    99 
    10092/* GLOBAL VARIABLES                                                          */
    101 
    10293/*****************************************************************************/
    10394
     
    10596
    10697/*****************************************************************************/
    107 
    10898/* FILE STATIC VARIABLES                                                     */
    109 
    11099/*****************************************************************************/
    111100
     
    113102
    114103/*****************************************************************************/
    115 
    116104/* FUNCTION IMPLEMENTATION - LOCAL                                           */
    117 
    118105/*****************************************************************************/
    119106
     
    121108
    122109/*****************************************************************************/
    123 
    124110/*  FUNCTION IMPLEMENTATION - PUBLIC                                         */
    125 
    126111/*****************************************************************************/
    127112
Note: See TracChangeset for help on using the changeset viewer.