mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixes unused variable warning
This commit is contained in:
@@ -529,7 +529,6 @@ buildOverlapVertices(const G& graph, const C& pinfo,
|
|||||||
std::size_t& overlapCount)
|
std::size_t& overlapCount)
|
||||||
{
|
{
|
||||||
// count the overlap vertices.
|
// count the overlap vertices.
|
||||||
auto end = graph.end();
|
|
||||||
overlapCount = 0;
|
overlapCount = 0;
|
||||||
|
|
||||||
const auto& lookup=pinfo.globalLookup();
|
const auto& lookup=pinfo.globalLookup();
|
||||||
|
|||||||
Reference in New Issue
Block a user