mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#945 Removed flag as watertight flag was always set true
This commit is contained in:
@@ -191,11 +191,11 @@ void RivReservoirPartMgr::appendFaultLabelPartsToModel(cvf::ModelBasicList* mode
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RivReservoirPartMgr::forceWatertightGeometryOn(bool forceWatertightGeometry)
|
||||
void RivReservoirPartMgr::forceWatertightGeometryOn()
|
||||
{
|
||||
if (m_faultsPartMgr.notNull())
|
||||
{
|
||||
m_faultsPartMgr->forceWatertightGeometryOn(forceWatertightGeometry);
|
||||
m_faultsPartMgr->forceWatertightGeometryOn();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user