This commit is contained in:
Xavier Raynaud
2012-06-11 14:40:55 +02:00
3 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
#define OPM_POLYMERSTATE_HEADER_INCLUDED
#include <opm/core/TwophaseState.hpp>
#include <opm/core/simulator/TwophaseState.hpp>
#include <opm/core/grid.h>
#include <vector>

View File

@@ -151,7 +151,7 @@ namespace
double operator()(const double t) const;
CurveInSCPlane curve;
private:
Opm::TransportModelPolymer::ResidualEquation res_eq_;
const Opm::TransportModelPolymer::ResidualEquation& res_eq_;
};
// Compute the "c" residual along the curve "curve" for a given residual equation "res_eq".
@@ -163,7 +163,7 @@ namespace
double operator()(const double t) const;
CurveInSCPlane curve;
private:
Opm::TransportModelPolymer::ResidualEquation res_eq_;
const Opm::TransportModelPolymer::ResidualEquation& res_eq_;
};
}