My Project
Loading...
Searching...
No Matches
icd_convert.hpp
1#ifndef OPM_ICD_CONVERT_HPP
2#define OPM_ICD_CONVERT_HPP
3
4namespace Opm {
5
6template<typename T>
7T from_int(int int_status);
8
9template<typename T>
10int to_int(T status);
11
12}
13
14#endif
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30