This commit is contained in:
Magne Sjaastad 2022-12-11 09:56:33 +01:00
parent cfa9d07d8e
commit 595806079a

View File

@ -540,7 +540,7 @@ bool RicWellLogTools::hasData( const QString& resultName,
RimSummaryCase* rimCase )
{
auto rftReader = rimCase->rftReader();
if ( rftReader ) return false;
if ( !rftReader ) return false;
QDateTime dateTime;