#945 Removed flag as watertight flag was always set true

This commit is contained in:
Magne Sjaastad
2016-11-18 14:05:50 +01:00
parent 8344617ba9
commit e89b73d64c
7 changed files with 20 additions and 20 deletions

View File

@@ -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();
}
}