Changeset 1967
- Timestamp:
- Oct 5, 2004, 2:44:16 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 7 edited
-
astronomy/psAstrometry.c (modified) (3 diffs)
-
dataManip/psFunctions.c (modified) (2 diffs)
-
dataManip/psFunctions.h (modified) (3 diffs)
-
math/psPolynomial.c (modified) (2 diffs)
-
math/psPolynomial.h (modified) (3 diffs)
-
math/psSpline.c (modified) (2 diffs)
-
math/psSpline.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psAstrometry.c
r1816 r1967 8 8 * @author George Gusciora, MHPCC 9 9 * 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 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 16 16 /* INCLUDE FILES */ 17 17 /******************************************************************************/ 18 #include "slalib.h" 19 18 20 #include<math.h> 19 21 #include "psFunctions.h" … … 21 23 #include "psMemory.h" 22 24 #include "psAbort.h" 23 #include "slalib.h"24 25 /******************************************************************************/ 25 26 /* DEFINE STATEMENTS */ -
trunk/psLib/src/dataManip/psFunctions.c
r1966 r1967 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.4 7$ $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 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 15 15 /* INCLUDE FILES */ 16 16 /*****************************************************************************/ 17 #include <gsl/gsl_rng.h> 18 #include <gsl/gsl_randist.h> 19 17 20 #include "psFunctions.h" 18 21 /*****************************************************************************/ -
trunk/psLib/src/dataManip/psFunctions.h
r1966 r1967 12 12 * @author George Gusciora, MHPCC 13 13 * 14 * @version $Revision: 1.2 8$ $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 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 25 25 #include <float.h> 26 26 #include <math.h> 27 28 #include <gsl/gsl_rng.h>29 #include <gsl/gsl_randist.h>30 27 31 28 #include "psMemory.h" … … 37 34 #include "psLogMsg.h" 38 35 39 40 36 /** \addtogroup Stats 41 37 * \{ -
trunk/psLib/src/math/psPolynomial.c
r1966 r1967 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.4 7$ $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 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 15 15 /* INCLUDE FILES */ 16 16 /*****************************************************************************/ 17 #include <gsl/gsl_rng.h> 18 #include <gsl/gsl_randist.h> 19 17 20 #include "psFunctions.h" 18 21 /*****************************************************************************/ -
trunk/psLib/src/math/psPolynomial.h
r1966 r1967 12 12 * @author George Gusciora, MHPCC 13 13 * 14 * @version $Revision: 1.2 8$ $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 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 25 25 #include <float.h> 26 26 #include <math.h> 27 28 #include <gsl/gsl_rng.h>29 #include <gsl/gsl_randist.h>30 27 31 28 #include "psMemory.h" … … 37 34 #include "psLogMsg.h" 38 35 39 40 36 /** \addtogroup Stats 41 37 * \{ -
trunk/psLib/src/math/psSpline.c
r1966 r1967 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.4 7$ $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 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 15 15 /* INCLUDE FILES */ 16 16 /*****************************************************************************/ 17 #include <gsl/gsl_rng.h> 18 #include <gsl/gsl_randist.h> 19 17 20 #include "psFunctions.h" 18 21 /*****************************************************************************/ -
trunk/psLib/src/math/psSpline.h
r1966 r1967 12 12 * @author George Gusciora, MHPCC 13 13 * 14 * @version $Revision: 1.2 8$ $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 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 25 25 #include <float.h> 26 26 #include <math.h> 27 28 #include <gsl/gsl_rng.h>29 #include <gsl/gsl_randist.h>30 27 31 28 #include "psMemory.h" … … 37 34 #include "psLogMsg.h" 38 35 39 40 36 /** \addtogroup Stats 41 37 * \{
Note:
See TracChangeset
for help on using the changeset viewer.
