mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix typo
This commit is contained in:
@@ -109,7 +109,7 @@ RigFemScalarResultFrames*
|
||||
|
||||
RigFemScalarResultFrames* poissonRatioFrames =
|
||||
m_resultCollection->findOrLoadScalarResult( partIndex, RigFemResultAddress( RIG_ELEMENT, "RATIO", "" ) );
|
||||
if ( youngsModuliFrames->frameData( 0 ).empty() )
|
||||
if ( poissonRatioFrames->frameData( 0 ).empty() )
|
||||
{
|
||||
RiaLogging::error( "Missing Poisson Ratio element data (RATIO)." );
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user