Ice Sheet System Model  4.18
Code documentation
constants.h
Go to the documentation of this file.
1 
5 #ifndef _ISSM_CONSTANTS_H_
6 #define _ISSM_CONSTANTS_H_
7 
8 #define UNDEF -9999
9 #define SQRT2 1.414213562373095048801688724209698078569671875376948073176679738
10 #define SQRT3 1.732050807568877293527446341505872366942805253810380628055806979
11 const double PI=3.141592653589793238462643383279502884197169399375105820974944592308; // Macro definition conflicts with Dakota's declaration of PI
12 
13 #endif /*_ISSM_CONSTANTS_H_*/
PI
const double PI
Definition: constants.h:11