return the value by linear interpolation.

This commit is contained in:
Liu Ming
2014-03-21 14:34:46 +08:00
parent 9204434a4d
commit 7a193dca1e
2 changed files with 4 additions and 4 deletions

View File

@@ -166,7 +166,7 @@ namespace Opm
const std::vector<double>& shearWaterVelocity() const;
const std::vector<double>& shearVrf() const;
double shearVrf(const double velocity) const;
double viscMult(double c) const;