20 #ifndef OPM_MISSINGFEATURES_HEADER_INCLUDED
21 #define OPM_MISSINGFEATURES_HEADER_INCLUDED
25 namespace MissingFeatures {
33 template <
typename Keyword,
typename Item,
typename T>
37 void checkOptions(
const DeckKeyword& keyword, std::multimap<std::string ,
PartiallySupported<T> >& map);
39 void checkKeywords(
const Deck& deck);
46 #endif // OPM_MISSINGFEATURES_HEADER_INCLUDED
Definition: MissingFeatures.hpp:28