fix cmax issue, which affect Nodesorption results.

This commit is contained in:
Liu Ming
2014-12-08 10:00:27 +08:00
parent d2892833b4
commit 601767306a
2 changed files with 10 additions and 8 deletions

View File

@@ -257,8 +257,7 @@ namespace Opm {
const SolutionState& state);
void
computeCmax(PolymerBlackoilState& state,
const ADB& c);
computeCmax(PolymerBlackoilState& state);
ADB
computeMc(const SolutionState& state) const;