mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Initialize boolean variables in-class.
Initialize the boolean variables hasRunInit_ and hasRunCleanup_ in the class instead of in the constructor.
This commit is contained in:
@@ -18,7 +18,7 @@ namespace py = pybind11;
|
||||
|
||||
namespace Opm::Pybind {
|
||||
BlackOilSimulator::BlackOilSimulator( const std::string &deckFilename)
|
||||
: deckFilename_{deckFilename}, hasRunInit_{false}, hasRunCleanup_{false}
|
||||
: deckFilename_{deckFilename}
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user