Comment out the unused np and sat

In function getConvergence()
This commit is contained in:
Kai Bao 2014-05-06 17:13:24 +02:00
parent 72c00eb3ee
commit 9cd7620121

View File

@ -1769,14 +1769,14 @@ namespace {
const double tol_cnv = 1.0e-3;
const int nc = Opm::AutoDiffGrid::numCells(grid_);
const int np = fluid_.numPhases();
// const int np = fluid_.numPhases();
const V pv = geo_.poreVolume();
const double pvSum = pv.sum();
const ADB& press = state.pressure;
const std::vector<ADB>& sat = state.saturation;
// const std::vector<ADB>& sat = state.saturation;
const ADB& rs = state.rs;
const ADB& rv = state.rv;