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/psPolynomial.h

    r1947 r1966  
    1212*  @author George Gusciora, MHPCC
    1313*
    14 *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2004-10-04 00:40:23 $
     14*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2004-10-06 00:35:20 $
    1616*
    1717*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2121#define PS_FUNCTIONS_H
    2222
     23#include <stdio.h>
    2324#include <stdbool.h>
    24 
     25#include <float.h>
     26#include <math.h>
     27
     28#include <gsl/gsl_rng.h>
     29#include <gsl/gsl_randist.h>
     30
     31#include "psMemory.h"
    2532#include "psVector.h"
    2633#include "psScalar.h"
     34#include "psTrace.h"
     35#include "psError.h"
     36#include "psAbort.h"
     37#include "psLogMsg.h"
     38
    2739
    2840/** \addtogroup Stats
Note: See TracChangeset for help on using the changeset viewer.