opm-common
icd_convert.hpp
1 #ifndef OPM_ICD_CONVERT_HPP
2 #define OPM_ICD_CONVERT_HPP
3 
4 namespace Opm {
5 
6 template<typename T>
7 T from_int(int int_status);
8 
9 template<typename T>
10 int 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