mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#9588 Accumulate N cells for AABB tree
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
#include "RimEclipseCase.h"
|
||||
|
||||
#include "RiaApplication.h"
|
||||
#include "RiaColorTables.h"
|
||||
#include "RiaDefines.h"
|
||||
#include "RiaFieldHandleTools.h"
|
||||
@@ -655,7 +656,7 @@ void RimEclipseCase::computeCachedData()
|
||||
std::string aabbTreeInfo;
|
||||
rigEclipseCase->mainGrid()->computeCachedData( &aabbTreeInfo );
|
||||
|
||||
RiaLogging::info( QString::fromStdString( aabbTreeInfo ) );
|
||||
RiaLogging::debug( QString::fromStdString( aabbTreeInfo ) );
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user