adapting to the change related to VFP from the parser.

This commit is contained in:
Kai Bao
2018-04-07 21:41:34 +02:00
parent d211c1927f
commit ed49fd1e88
14 changed files with 38 additions and 30 deletions

View File

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