mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Drop ebos in function names
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
namespace Opm {
|
||||
|
||||
std::unique_ptr<FlowMain<Properties::TTag::FlowProblemTPFA>>
|
||||
flowEbosBlackoilTpfaMainInit(int argc, char** argv, bool outputCout, bool outputFiles)
|
||||
flowBlackoilTpfaMainInit(int argc, char** argv, bool outputCout, bool outputFiles)
|
||||
{
|
||||
// we always want to use the default locale, and thus spare us the trouble
|
||||
// with incorrect locale settings.
|
||||
@@ -218,7 +218,7 @@ int PyBlackOilSimulator::stepInit()
|
||||
this->main_ = std::make_unique<Opm::Main>( this->deck_filename_ );
|
||||
}
|
||||
int exit_code = EXIT_SUCCESS;
|
||||
this->main_ebos_ = this->main_->initFlowEbosBlackoil(exit_code);
|
||||
this->main_ebos_ = this->main_->initFlowBlackoil(exit_code);
|
||||
if (this->main_ebos_) {
|
||||
int result = this->main_ebos_->executeInitStep();
|
||||
this->has_run_init_ = true;
|
||||
|
||||
Reference in New Issue
Block a user