mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7632 Preferences : Add separate tab Eclipse Summary
Remove obsolete includes
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
|
||||
#include "RifReaderEclipseOutput.h"
|
||||
|
||||
#include "RiaApplication.h"
|
||||
#include "RiaCellDividingTools.h"
|
||||
#include "RiaEclipseUnitTools.h"
|
||||
#include "RiaLogging.h"
|
||||
@@ -498,7 +497,7 @@ bool RifReaderEclipseOutput::open( const QString& fileName, RigEclipseCaseData*
|
||||
|
||||
{
|
||||
auto task = progress.task( "Handling well information", 10 );
|
||||
if ( !RiaApplication::instance()->preferences()->readerSettings()->skipWellData() )
|
||||
if ( !RiaPreferences::current()->readerSettings()->skipWellData() )
|
||||
{
|
||||
readWellCells( mainEclGrid, isImportOfCompleteMswDataEnabled() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user