8 #include <stdair/basic/BasFileMgr.hpp>
17 stdair::BomRoot& ioBomRoot) {
19 const stdair::Filename_T lFilename = iYieldFilename.name();
22 const bool doesExistAndIsReadable =
23 stdair::BasFileMgr::doesExistAndIsReadable (lFilename);
24 if (doesExistAndIsReadable ==
false) {
25 STDAIR_LOG_ERROR (
"The yield input file, '" << lFilename
26 <<
"', can not be retrieved on the file-system");
28 +
"' does not exist or can not "