mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 23:55:34 -06:00
Change function name to computePolymerAdsorbed() [with a d, not b].
This commit is contained in:
parent
ad470a7796
commit
2f06b301bf
@ -195,7 +195,7 @@ namespace Opm
|
||||
/// @param[in] cmax max polymer concentration for cell
|
||||
/// @param[in] dps dead pore space
|
||||
/// @return total absorbed polymer mass.
|
||||
double computePolymerAbsorbed(const Opm::PolymerProperties& polyprops,
|
||||
double computePolymerAdsorbed(const Opm::PolymerProperties& polyprops,
|
||||
const std::vector<double>& pv,
|
||||
const std::vector<double>& s,
|
||||
const std::vector<double>& cmax,
|
||||
|
@ -109,7 +109,7 @@ namespace Opm
|
||||
/// @param[in] cmax max polymer concentration for cell
|
||||
/// @param[in] dps dead pore space
|
||||
/// @return total absorbed polymer mass.
|
||||
double computePolymerAbsorbed(const Opm::PolymerProperties& polyprops,
|
||||
double computePolymerAdsorbed(const Opm::PolymerProperties& polyprops,
|
||||
const std::vector<double>& pv,
|
||||
const std::vector<double>& s,
|
||||
const std::vector<double>& cmax,
|
||||
|
Loading…
Reference in New Issue
Block a user