$treeview $search $mathjax
RMOL Logo  1.00.0
$projectbrief
$projectbrief
$searchbox

rmol/basic/BasConst_General.hpp

Go to the documentation of this file.
00001 #ifndef __RMOL_BAS_BASCONST_GENERAL_HPP
00002 #define __RMOL_BAS_BASCONST_GENERAL_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // StdAir
00008 #include <stdair/stdair_types.hpp>
00009 
00010 namespace RMOL {
00011 
00014   extern const int DEFAULT_NUMBER_OF_DRAWS_FOR_MC_SIMULATION;
00015 
00018   extern const int DEFAULT_PRECISION;  
00019 
00021   extern const double DEFAULT_EPSILON;
00022 
00024   extern const double DEFAULT_STOPPING_CRITERION;
00025 
00027   extern const double DEFAULT_INITIALIZER_DOUBLE_NEGATIVE;
00028 }
00029 #endif // __RMOL_BAS_BASCONST_GENERAL_HPP