Renamed initTwophaseStateBasic() -> initStateBasic().

This commit is contained in:
Atgeirr Flø Rasmussen 2012-05-16 12:33:42 +02:00
parent f6efbf386c
commit cb03044d62
2 changed files with 10 additions and 10 deletions

View File

@ -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,

View File

@ -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,