checkDeck.hpp File Reference
#include <memory>
Include dependency graph for checkDeck.hpp:

Go to the source code of this file.

Namespaces

namespace  Opm
 

Enumerations

enum  Opm::DeckChecks { Opm::SectionTopology = 0x0001 , Opm::KeywordSection = 0x0002 , Opm::UnknownKeywords = 0x0004 , Opm::AllChecks = 0xffff }
 

Functions

bool Opm::checkDeck (const Deck &deck, const Parser &parser, const ParseContext &parseContext, ErrorGuard &errorGuard, size_t enabledChecks=AllChecks)