#944 Added clear of watertight flag

This commit is contained in:
Magne Sjaastad
2016-11-18 15:57:57 +01:00
parent fd572b5c87
commit 5fb209f27b
6 changed files with 45 additions and 0 deletions

View File

@@ -199,6 +199,17 @@ void RivReservoirPartMgr::forceWatertightGeometryOn()
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RivReservoirPartMgr::clearWatertightGeometryFlag()
{
if (m_faultsPartMgr.notNull())
{
m_faultsPartMgr->clearWatertightGeometryFlag();
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------