IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1966


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.

Location:
trunk/psLib/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psFunctions.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                                                          */
  • trunk/psLib/src/dataManip/psFunctions.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
  • trunk/psLib/src/math/psPolynomial.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                                                          */
  • 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
  • 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                                                          */
  • trunk/psLib/src/math/psSpline.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.