From 0e70cf809c7688721b7b04e3305a516eba726701 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Wed, 3 Jun 2020 12:28:23 +0200 Subject: [PATCH] Fix typo --- .../RigFemPartResultCalculatorPoreCompressibility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPartResultCalculatorPoreCompressibility.cpp b/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPartResultCalculatorPoreCompressibility.cpp index 80a1a9ec45..baf109dbf9 100644 --- a/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPartResultCalculatorPoreCompressibility.cpp +++ b/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPartResultCalculatorPoreCompressibility.cpp @@ -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;