20 #ifndef IMPORT_CONTAINER_HPP 21 #define IMPORT_CONTAINER_HPP 27 #include <opm/input/eclipse/Deck/DeckKeyword.hpp> 39 std::vector<DeckKeyword>::iterator begin() {
return this->keywords.begin(); }
40 std::vector<DeckKeyword>::iterator end() {
return this->keywords.end(); }
42 std::vector<DeckKeyword> keywords;
48 #endif // IMPORT_CONTAINER_HPP The hub of the parsing process.
Definition: Parser.hpp:61
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Definition: ImportContainer.hpp:35
Definition: UnitSystem.hpp:34