IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Modified header file includes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psFunctions.c

    r1967 r1968  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-10-06 00:44:16 $
     9 *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-10-06 00:48:15 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1717#include <gsl/gsl_rng.h>
    1818#include <gsl/gsl_randist.h>
     19
     20#include <stdio.h>
     21#include <stdbool.h>
     22#include <float.h>
     23#include <math.h>
     24
     25#include "psMemory.h"
     26#include "psVector.h"
     27#include "psScalar.h"
     28#include "psTrace.h"
     29#include "psError.h"
     30#include "psAbort.h"
     31#include "psLogMsg.h"
    1932
    2033#include "psFunctions.h"
Note: See TracChangeset for help on using the changeset viewer.