Changeset 1966 for trunk/psLib/src/dataManip/psFunctions.c
- Timestamp:
- Oct 5, 2004, 2:35:20 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psFunctions.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psFunctions.c
r1953 r1966 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.4 6$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-10-0 5 01:43:58$9 * @version $Revision: 1.47 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-10-06 00:35:20 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 15 15 /* INCLUDE FILES */ 16 16 /*****************************************************************************/ 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"30 17 #include "psFunctions.h" 31 #include "psLogMsg.h"32 33 #include <gsl/gsl_rng.h>34 #include <gsl/gsl_randist.h>35 36 18 /*****************************************************************************/ 37 19 /* DEFINE STATEMENTS */ … … 82 64 } 83 65 84 85 66 /*****************************************************************************/ 86 67 /* TYPE DEFINITIONS */
Note:
See TracChangeset
for help on using the changeset viewer.
