This commit is contained in:
Kjetil Olsen Lye 2012-02-27 17:47:55 +01:00
commit d1e8525c4d

View File

@ -72,6 +72,9 @@ namespace Opm
std::vector<double>& pressure,
std::vector<double>& faceflux);
/// Expose read-only reference to internal half-transmissibility.
const ::std::vector<double>& getHalfTrans() const { return htrans_; }
private:
const UnstructuredGrid& grid_;
const LinearSolverInterface& linsolver_;