Removed unused variable warning in addWellContributions.

This commit is contained in:
Markus Blatt 2018-02-26 16:23:13 +01:00
parent 8aa0973cfc
commit 44d31f9dcc

View File

@ -2097,7 +2097,6 @@ namespace Opm
{
const auto row_index = colC.index();
auto& row = mat[row_index];
auto colB = duneB_[0].begin();
auto col = row.begin();
for ( auto colB = duneB_[0].begin(), endB = duneB_[0].end(); colB != endB; ++colB )