This commit is contained in:
Magne Sjaastad
2020-06-03 12:28:23 +02:00
parent d443f97a1a
commit 0e70cf809c

View File

@@ -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;