#3604 Export completions. New feature 'Export Completion Data for Temporary LGRs'

This commit is contained in:
Bjørn Erik Jensen
2018-11-08 11:24:40 +01:00
parent 963c403869
commit cfb45f674a
13 changed files with 239 additions and 24 deletions

View File

@@ -754,3 +754,20 @@ cvf::BoundingBox RigMainGrid::boundingBox() const
return m_boundingBox;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RigMainGrid::isTempGrid() const
{
return false;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
const std::string& RigMainGrid::associatedWellPathName() const
{
static const std::string EMPTY_STRING;
return EMPTY_STRING;
}