Fix compilation warning in Rim3dWellLogExtractionCurve

This commit is contained in:
Gaute Lindkvist 2018-09-04 15:25:51 +02:00
parent e9d37e914d
commit b41fee3ee3

View File

@ -388,6 +388,7 @@ bool Rim3dWellLogExtractionCurve::isShowingTimeDependentResult() const
{
return m_geomResultDefinition->hasResult();
}
return false;
}
//--------------------------------------------------------------------------------------------------