Merge pull request #2098 from joakim-hove/ijk-warning

Fix shadow warning
This commit is contained in:
Joakim Hove 2020-11-09 15:39:48 +01:00 committed by GitHub
commit 22bf627d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -478,7 +478,6 @@ inline void keywordCL( SummaryConfig::keyword_list& list,
const auto& conn = all_connections.getFromGlobalIndex(global_index);
list.push_back( node.number( 1 + conn.global_index()));
} else {
const auto& ijk = getijk(record);
std::string msg = fmt::format("Problem with keyword {{keyword}}\n"
"In {{file}} line {{line}}\n"
"Connnection ({},{},{}) not defined for well {} ", ijk[0], ijk[1], ijk[2], wname);