mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Include <stdexcept> header to use std::logic_error()
And some minor stylistic changes.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user