20#ifndef OPM_PARSER_RWGSALT_TABLE_HPP
21#define OPM_PARSER_RWGSALT_TABLE_HPP
23#include <opm/input/eclipse/EclipseState/Tables/PvtxTable.hpp>
31 RwgsaltTable() =
default;
32 RwgsaltTable(
const DeckKeyword& keyword,
size_t tableIdx);
36 bool operator==(
const RwgsaltTable& data)
const;
Definition DeckKeyword.hpp:36
static PvtxTable serializationTestObject()
Create a serialisation test object.
Definition PvtxTable.cpp:105
PvtxTable()=default
Default constructor.
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30