Changeset 79290f for pcp/src/data.h
- Timestamp:
- Jun 7, 2008, 1:13:29 PM (17 years ago)
- Children:
- 02bc3c
- Parents:
- a97897
- File:
-
- 1 edited
-
pcp/src/data.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/data.h
ra97897 r79290f 17 17 $Id: data.h,v 1.102 2007-02-09 09:13:48 foo Exp $ 18 18 */ 19 #include "mpi.h" 20 21 // use double precision fft when we have it 19 22 20 #ifdef HAVE_CONFIG_H 23 21 #include <config.h> 24 22 #endif 25 23 24 #include "mpi.h" 25 26 // use double precision fft when we have it 26 27 #ifdef HAVE_DFFTW_H 27 28 #include "dfftw.h" … … 149 150 }; 150 151 152 // Specifying the cast type to be read of a parameter, see ParseForParameter() 153 enum value_type { string_type, double_type, int_type, row_int, row_double, grid, lower_trigrid, upper_trigrid}; 154 155 // Specifting whether a value in the parameter file must be specified or is optional 156 enum necessity { optional, //!< parameter is optional, if not given sensible value is chosen 157 critical //!< parameter must be given or programme won't initiate 158 }; 159 151 160 152 161 #define perturbations 6
Note:
See TracChangeset
for help on using the changeset viewer.
