mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3515 LGR Export/Temp LGR. Fix build error
This commit is contained in:
parent
ffa1a85187
commit
82ad3ee675
@ -407,9 +407,9 @@ std::map<CompletionInfo, std::vector<RigCompletionDataGridCell>>
|
||||
|
||||
if (name.isEmpty()) continue;
|
||||
|
||||
for (auto compl : intCell.second)
|
||||
for (auto completion : intCell.second)
|
||||
{
|
||||
completionToCells[CompletionInfo(compl.completionType(), name)].push_back(intCell.first);
|
||||
completionToCells[CompletionInfo(completion.completionType(), name)].push_back(intCell.first);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user