mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3611 Temp LGR. Fix build error
This commit is contained in:
@@ -478,9 +478,9 @@ std::vector<RigCompletionDataGridCell> cellsIntersectingCompletion(const std::ma
|
||||
std::vector<RigCompletionDataGridCell> cells;
|
||||
for (const auto& intInfo : allCells)
|
||||
{
|
||||
for (const auto& compl : intInfo.second)
|
||||
for (const auto& completion : intInfo.second)
|
||||
{
|
||||
if (compl.sourcePdmObject() == sourcePdmObject) cells.push_back(intInfo.first);
|
||||
if (completion.sourcePdmObject() == sourcePdmObject) cells.push_back(intInfo.first);
|
||||
}
|
||||
}
|
||||
return cells;
|
||||
|
||||
Reference in New Issue
Block a user