00001
00010 #ifndef BS_WELLS_COMMON_CONST_H_
00011 #define BS_WELLS_COMMON_CONST_H_
00012
00013 namespace blue_sky
00014 {
00015
00016 #ifndef MIN_ZERO_DIFF
00017 #define MIN_ZERO_DIFF 1.0e-14
00018 #endif
00019
00020 #ifndef DIFF_EPSILON
00021 #define DIFF_EPSILON 1.0e-12
00022 #endif
00023
00024 #ifndef PI
00025 #define PI 3.141592653589793238463
00026 #endif
00027
00028 #ifndef MIN_FRACTURE_MULT_CORR
00029 #define MIN_FRACTURE_MULT_CORR 0.001
00030 #endif
00031
00032 }
00033
00034
00035 #endif // #ifndef BS_WELLS_COMMON_CONST_H_