mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix typo
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user