IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1967


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

Havine probs with malloc()>

Location:
trunk/psLib/src
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psAstrometry.c

    r1816 r1967  
    88*  @author George Gusciora, MHPCC
    99*
    10 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-09-15 22:58:35 $
     10*  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2004-10-06 00:44:16 $
    1212*
    1313*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1616/*  INCLUDE FILES                                                             */
    1717/******************************************************************************/
     18#include "slalib.h"
     19
    1820#include<math.h>
    1921#include "psFunctions.h"
     
    2123#include "psMemory.h"
    2224#include "psAbort.h"
    23 #include "slalib.h"
    2425/******************************************************************************/
    2526/*  DEFINE STATEMENTS                                                         */
  • trunk/psLib/src/dataManip/psFunctions.c

    r1966 r1967  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-10-06 00:35:20 $
     9 *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-10-06 00:44:16 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1515/*  INCLUDE FILES                                                            */
    1616/*****************************************************************************/
     17#include <gsl/gsl_rng.h>
     18#include <gsl/gsl_randist.h>
     19
    1720#include "psFunctions.h"
    1821/*****************************************************************************/
  • trunk/psLib/src/dataManip/psFunctions.h

    r1966 r1967  
    1212*  @author George Gusciora, MHPCC
    1313*
    14 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2004-10-06 00:35:20 $
     14*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2004-10-06 00:44:16 $
    1616*
    1717*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2525#include <float.h>
    2626#include <math.h>
    27 
    28 #include <gsl/gsl_rng.h>
    29 #include <gsl/gsl_randist.h>
    3027
    3128#include "psMemory.h"
     
    3734#include "psLogMsg.h"
    3835
    39 
    4036/** \addtogroup Stats
    4137 *  \{
  • trunk/psLib/src/math/psPolynomial.c

    r1966 r1967  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-10-06 00:35:20 $
     9 *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-10-06 00:44:16 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1515/*  INCLUDE FILES                                                            */
    1616/*****************************************************************************/
     17#include <gsl/gsl_rng.h>
     18#include <gsl/gsl_randist.h>
     19
    1720#include "psFunctions.h"
    1821/*****************************************************************************/
  • trunk/psLib/src/math/psPolynomial.h

    r1966 r1967  
    1212*  @author George Gusciora, MHPCC
    1313*
    14 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2004-10-06 00:35:20 $
     14*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2004-10-06 00:44:16 $
    1616*
    1717*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2525#include <float.h>
    2626#include <math.h>
    27 
    28 #include <gsl/gsl_rng.h>
    29 #include <gsl/gsl_randist.h>
    3027
    3128#include "psMemory.h"
     
    3734#include "psLogMsg.h"
    3835
    39 
    4036/** \addtogroup Stats
    4137 *  \{
  • trunk/psLib/src/math/psSpline.c

    r1966 r1967  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-10-06 00:35:20 $
     9 *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-10-06 00:44:16 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1515/*  INCLUDE FILES                                                            */
    1616/*****************************************************************************/
     17#include <gsl/gsl_rng.h>
     18#include <gsl/gsl_randist.h>
     19
    1720#include "psFunctions.h"
    1821/*****************************************************************************/
  • trunk/psLib/src/math/psSpline.h

    r1966 r1967  
    1212*  @author George Gusciora, MHPCC
    1313*
    14 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2004-10-06 00:35:20 $
     14*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2004-10-06 00:44:16 $
    1616*
    1717*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2525#include <float.h>
    2626#include <math.h>
    27 
    28 #include <gsl/gsl_rng.h>
    29 #include <gsl/gsl_randist.h>
    3027
    3128#include "psMemory.h"
     
    3734#include "psLogMsg.h"
    3835
    39 
    4036/** \addtogroup Stats
    4137 *  \{
Note: See TracChangeset for help on using the changeset viewer.