mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3473 LGR Export. Support for exporting a single LGR for per well. Warning if completions intersect with existing LGR
This commit is contained in:
@@ -131,3 +131,11 @@ QString RigCompletionDataGridCell::lgrName() const
|
||||
{
|
||||
return m_lgrName;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RigCompletionDataGridCell::isMainGridCell() const
|
||||
{
|
||||
return m_lgrName.isEmpty();
|
||||
}
|
||||
|
||||
@@ -46,6 +46,8 @@ public:
|
||||
|
||||
QString lgrName() const;
|
||||
|
||||
bool isMainGridCell() const;
|
||||
|
||||
private:
|
||||
size_t m_globalCellIndex;
|
||||
QString m_lgrName;
|
||||
|
||||
Reference in New Issue
Block a user