mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Removed useless comment.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user