20#ifndef OPM_OUTPUT_ECLIPSE_VECTOR_NETWORK_HPP
21#define OPM_OUTPUT_ECLIPSE_VECTOR_NETWORK_HPP
25namespace Opm {
namespace RestartIO {
namespace Helpers {
namespace VectorItems {
30 enum index : std::vector<int>::size_type {
31 NoBranchesConnToNode = 0,
32 CumNoBranchesConnToNode = 1,
39 enum index : std::vector<int>::size_type {
47 enum index : std::vector<double>::size_type {
55 enum index : std::vector<double>::size_type {
65 enum index : std::vector<const char*>::size_type {
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30