mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-25 08:41:00 -06:00
remove unused lambda capture
This commit is contained in:
parent
0f010daaf8
commit
3ca1102d6f
@ -932,7 +932,7 @@ applyEditNncToGridTransHelper_(const std::unordered_map<std::size_t,int>& global
|
||||
return fmt::format("({},{},{})", i + 1,j + 1,k + 1);
|
||||
};
|
||||
|
||||
auto print_warning = [&format_ijk, &nncs, &getLocation, &keyword] (const NNCdata& nnc) {
|
||||
auto print_warning = [&format_ijk, &getLocation, &keyword] (const NNCdata& nnc) {
|
||||
const auto& location = getLocation( nnc );
|
||||
auto warning = fmt::format("Problem with {} keyword\n"
|
||||
"In {} line {} \n"
|
||||
|
Loading…
Reference in New Issue
Block a user