StdAir Logo  0.43.0
C++ Standard Airline IT Library
BasConst_Yield.hpp
Go to the documentation of this file.
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