diff --git a/opm/parser/eclipse/Parser/ParseContext.hpp b/opm/parser/eclipse/Parser/ParseContext.hpp index 962932f9b..c61b12417 100644 --- a/opm/parser/eclipse/Parser/ParseContext.hpp +++ b/opm/parser/eclipse/Parser/ParseContext.hpp @@ -299,11 +299,16 @@ namespace Opm { const static std::string RPT_UNKNOWN_MNEMONIC; - private: void initDefault(); void initEnv(); void envUpdate( const - std::string& envVariable , InputError::Action action ); void - patternUpdate( const std::string& pattern , InputError::Action action); + private: + void initDefault(); + void initEnv(); + void envUpdate( const std::string& envVariable , InputError::Action action ); + void patternUpdate( const std::string& pattern , InputError::Action action); + std::map m_errorContexts; - std::set ignore_keywords; }; } + std::set ignore_keywords; + }; +} #endif