mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Bump to dev.05
* Disable logging text for timing of geometry surface creation * Suppress text output from windeployqt * Bump to 2024.09.3-dev.05
This commit is contained in:
@@ -144,10 +144,19 @@ void RivGridPartMgr::generatePartGeometry( cvf::StructGridGeometryGenerator& geo
|
||||
|
||||
// Surface geometry
|
||||
{
|
||||
auto text = caf::AppEnum<RivCellSetEnum>::text( m_cellSetType );
|
||||
RiaLogging::resetTimer( "Compute surface for " + text );
|
||||
bool showDebugTiming = false;
|
||||
if ( showDebugTiming )
|
||||
{
|
||||
auto text = caf::AppEnum<RivCellSetEnum>::text( m_cellSetType );
|
||||
RiaLogging::resetTimer( "Compute surface for " + text );
|
||||
}
|
||||
|
||||
cvf::ref<cvf::DrawableGeo> geo = geoBuilder.generateSurface();
|
||||
RiaLogging::logTimeElapsed( "" );
|
||||
|
||||
if ( showDebugTiming )
|
||||
{
|
||||
RiaLogging::logTimeElapsed( "" );
|
||||
}
|
||||
|
||||
if ( geo.notNull() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user