Remove unneeded dps argument from computePolymerAdsorbed().

This commit is contained in:
Atgeirr Flø Rasmussen
2012-03-14 15:59:56 +01:00
parent 2f06b301bf
commit efc03f1596
2 changed files with 3 additions and 4 deletions

View File

@@ -112,8 +112,7 @@ namespace Opm
double computePolymerAdsorbed(const Opm::PolymerProperties& polyprops,
const std::vector<double>& pv,
const std::vector<double>& s,
const std::vector<double>& cmax,
const double dps);
const std::vector<double>& cmax);
} // namespace Opm