Change function name to computePolymerAdsorbed() [with a d, not b].

This commit is contained in:
Atgeirr Flø Rasmussen 2012-03-14 15:57:28 +01:00
parent ad470a7796
commit 2f06b301bf
2 changed files with 2 additions and 2 deletions

View File

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

View File

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