Reinject UniformTableLinear into utils subnamespace for backwards compatibility.
This commit is contained in:
parent
a41ab2a4a3
commit
7b382a82e8
@ -251,6 +251,12 @@ namespace Opm {
|
|||||||
return os;
|
return os;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
namespace utils
|
||||||
|
{
|
||||||
|
using Opm::UniformTableLinear;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
} // namespace Opm
|
} // namespace Opm
|
||||||
|
|
||||||
#endif // OPM_UNIFORMTABLELINEAR_HEADER_INCLUDED
|
#endif // OPM_UNIFORMTABLELINEAR_HEADER_INCLUDED
|
||||||
|
Loading…
Reference in New Issue
Block a user