Include <stdexcept> header to use std::logic_error()

And some minor stylistic changes.
This commit is contained in:
Håkon Hægland
2021-09-23 11:54:00 +02:00
parent 16bbc338ab
commit 7a394df43f
2 changed files with 3 additions and 2 deletions

View File

@@ -33,8 +33,8 @@
namespace Opm::Pybind {
class PyBlackOilSimulator
{
using TypeTag = Opm::Properties::TTag::EclFlowProblem;
private:
using TypeTag = Opm::Properties::TTag::EclFlowProblem;
using Simulator = Opm::GetPropType<TypeTag, Opm::Properties::Simulator>;
public: