mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#944 Added clear of watertight flag
This commit is contained in:
@@ -288,6 +288,14 @@ void RivReservoirFaultsPartMgr::forceWatertightGeometryOn()
|
||||
m_forceWatertightGeometry = true;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RivReservoirFaultsPartMgr::clearWatertightGeometryFlag()
|
||||
{
|
||||
m_forceWatertightGeometry = false;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user