Merge pull request #298 from dr-robertk/PR/remove-warning

convergenceReduction: remove warning.
This commit is contained in:
Atgeirr Flø Rasmussen
2015-02-10 14:44:16 +01:00

View File

@@ -1897,7 +1897,6 @@ namespace {
std::array<double,MaxNumPhases>& B_avg, std::array<double,MaxNumPhases>& B_avg,
int nc) const int nc) const
{ {
const Opm::PhaseUsage& pu = fluid_.phaseUsage();
// Do the global reductions // Do the global reductions
for ( int idx=0; idx<MaxNumPhases; ++idx ) for ( int idx=0; idx<MaxNumPhases; ++idx )
{ {