IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2004, 2:35:20 PM (22 years ago)
Author:
gusciora
Message:

This doesn't compile, because of a "posioned malloc", which I'm hoping the
RDD will correct.

File:
1 edited

Legend:

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

    r1953 r1966  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-10-05 01:43:58 $
     9 *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-10-06 00:35:20 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1515/*  INCLUDE FILES                                                            */
    1616/*****************************************************************************/
    17 #include <stdlib.h>
    18 #include <stdio.h>
    19 #include <string.h>
    20 #include <stdarg.h>
    21 #include <float.h>
    22 #include <math.h>
    23 
    24 #include "psMemory.h"
    25 #include "psVector.h"
    26 #include "psScalar.h"
    27 #include "psTrace.h"
    28 #include "psError.h"
    29 #include "psAbort.h"
    3017#include "psFunctions.h"
    31 #include "psLogMsg.h"
    32 
    33 #include <gsl/gsl_rng.h>
    34 #include <gsl/gsl_randist.h>
    35 
    3618/*****************************************************************************/
    3719/* DEFINE STATEMENTS                                                         */
     
    8264}
    8365
    84 
    8566/*****************************************************************************/
    8667/* TYPE DEFINITIONS                                                          */
Note: See TracChangeset for help on using the changeset viewer.