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:
@@ -105,7 +105,7 @@ QString RiuFemResultTextBuilder::mainResultText()
|
||||
|
||||
if ( !text.isEmpty() ) text += "\n";
|
||||
|
||||
QString topoText = this->geometrySelectionText( "\n" );
|
||||
QString topoText = geometrySelectionText( "\n" );
|
||||
text += topoText;
|
||||
appendDetails( text, formationDetails() );
|
||||
text += "\n";
|
||||
@@ -197,7 +197,7 @@ QString RiuFemResultTextBuilder::gridResultDetails()
|
||||
{
|
||||
RigGeoMechCaseData* eclipseCaseData = m_geomResDef->geoMechCase()->geoMechData();
|
||||
|
||||
this->appendTextFromResultColors( eclipseCaseData, m_gridIndex, m_cellIndex, m_timeStepIndex, m_frameIndex, m_geomResDef, &text );
|
||||
appendTextFromResultColors( eclipseCaseData, m_gridIndex, m_cellIndex, m_timeStepIndex, m_frameIndex, m_geomResDef, &text );
|
||||
|
||||
if ( !text.isEmpty() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user