Changeset 1966 for trunk/psLib/src/dataManip/psFunctions.h
- Timestamp:
- Oct 5, 2004, 2:35:20 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psFunctions.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psFunctions.h
r1947 r1966 12 12 * @author George Gusciora, MHPCC 13 13 * 14 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-10-0 4 00:40:23$14 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-10-06 00:35:20 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 21 21 #define PS_FUNCTIONS_H 22 22 23 #include <stdio.h> 23 24 #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" 25 32 #include "psVector.h" 26 33 #include "psScalar.h" 34 #include "psTrace.h" 35 #include "psError.h" 36 #include "psAbort.h" 37 #include "psLogMsg.h" 38 27 39 28 40 /** \addtogroup Stats
Note:
See TracChangeset
for help on using the changeset viewer.
