00001 #ifndef __STDAIR_BAS_BASCONST_YIELD_HPP 00002 #define __STDAIR_BAS_BASCONST_YIELD_HPP 00003 00004 // ////////////////////////////////////////////////////////////////////// 00005 // Import section 00006 // ////////////////////////////////////////////////////////////////////// 00007 // StdAir 00008 #include <stdair/stdair_types.hpp> 00009 00010 namespace stdair { 00011 00012 // //////// (Leg-)Yield-related BOM /////// 00014 extern const Yield_T DEFAULT_YIELD_VALUE; 00015 00017 extern const Yield_T DEFAULT_YIELD_MAX_VALUE; 00018 00019 } 00020 #endif // __STDAIR_BAS_BASCONST_YIELD_HPP