Removed unneeded member variables.

This commit is contained in:
Atgeirr Flø Rasmussen 2010-10-29 14:57:11 +02:00
parent 7f6646677e
commit 11c67f8c0c

View File

@ -288,10 +288,6 @@ private:
// Gravity contributions.
std::vector<double> gpress_;
std::vector<double> gpress_omegaweighted_;
// Total mobilities.
std::vector<double> totmob_;
// Gravity coefficients (\omega = sum_{i = 1}^{num phases}f_i \rho_i[TODO: check this]).
std::vector<double> omega_;
};