mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3474 LGR Export. Create temporary LGR. Take 1
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
RigGridBase::RigGridBase(RigMainGrid* mainGrid):
|
||||
m_gridPointDimensions(0,0,0),
|
||||
m_indexToStartOfCells(0),
|
||||
m_mainGrid(mainGrid)
|
||||
m_mainGrid(mainGrid),
|
||||
m_isTempGrid(false)
|
||||
{
|
||||
if (mainGrid == nullptr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user