mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#10367 Janitor: Remove unneccessary 'this' pointers
This commit is contained in:
@@ -75,7 +75,7 @@ bool RimRoffCase::openEclipseGridFile()
|
||||
if ( eclipseCaseData()->mainGrid()->gridPointDimensions() == cvf::Vec3st( 0, 0, 0 ) )
|
||||
{
|
||||
QString errorMessages;
|
||||
if ( RifRoffFileTools::openGridFile( fileName, this->eclipseCaseData(), &errorMessages ) )
|
||||
if ( RifRoffFileTools::openGridFile( fileName, eclipseCaseData(), &errorMessages ) )
|
||||
{
|
||||
QFileInfo gridFileInfo( fileName );
|
||||
QString caseName = gridFileInfo.completeBaseName();
|
||||
@@ -153,7 +153,7 @@ bool RimRoffCase::importAsciiInputProperties( const QStringList& fileNames )
|
||||
{
|
||||
bool importFaults = false;
|
||||
RifInputPropertyLoader::loadAndSynchronizeInputProperties( m_inputPropertyCollection,
|
||||
this->eclipseCaseData(),
|
||||
eclipseCaseData(),
|
||||
std::vector<QString>( fileNames.begin(), fileNames.end() ),
|
||||
importFaults );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user