mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #298 from dr-robertk/PR/remove-warning
convergenceReduction: remove warning.
This commit is contained in:
@@ -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 )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user