remove unused lambda capture

This commit is contained in:
Arne Morten Kvarving
2019-06-14 16:16:53 +02:00
parent 7a1ed147f4
commit 2c5d0af37a

View File

@@ -192,7 +192,7 @@ namespace {
const auto nsegwl =
std::count_if(std::begin(sched_wells), std::end(sched_wells),
[lookup_step](const Opm::Well2& well)
[](const Opm::Well2& well)
{
return well.isMultiSegment();
});