mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Renamed initTwophaseStateBasic() -> initStateBasic().
This commit is contained in:
parent
f6efbf386c
commit
cb03044d62
@ -53,7 +53,7 @@ namespace Opm
|
||||
/// In all three cases, pressure is initialised hydrostatically.
|
||||
/// In case 2) and 3), the depth of the first cell is used as reference depth.
|
||||
template <class State>
|
||||
void initStateTwophaseBasic(const UnstructuredGrid& grid,
|
||||
void initStateBasic(const UnstructuredGrid& grid,
|
||||
const IncompPropertiesInterface& props,
|
||||
const parameter::ParameterGroup& param,
|
||||
const double gravity,
|
||||
|
@ -289,7 +289,7 @@ namespace Opm
|
||||
/// In all three cases, pressure is initialised hydrostatically.
|
||||
/// In case 2) and 3), the depth of the first cell is used as reference depth.
|
||||
template <class State>
|
||||
void initStateTwophaseBasic(const UnstructuredGrid& grid,
|
||||
void initStateBasic(const UnstructuredGrid& grid,
|
||||
const IncompPropertiesInterface& props,
|
||||
const parameter::ParameterGroup& param,
|
||||
const double gravity,
|
||||
|
Loading…
Reference in New Issue
Block a user