Removed useless comment.

This commit is contained in:
Xavier Raynaud 2012-03-19 11:30:00 +01:00
parent 2daf397268
commit b6b720f338

View File

@ -862,7 +862,6 @@ namespace Opm
double TransportModelPolymer::fracFlowWithDer(double s, double c, int cell, double* der) const
{
// We should check the dimension of der
double c_max_limit = polyprops_.cMax();
double cbar = c/c_max_limit;
double mu_w = visc_[0];