mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix typo
This commit is contained in:
parent
cfa9d07d8e
commit
595806079a
@ -540,7 +540,7 @@ bool RicWellLogTools::hasData( const QString& resultName,
|
|||||||
RimSummaryCase* rimCase )
|
RimSummaryCase* rimCase )
|
||||||
{
|
{
|
||||||
auto rftReader = rimCase->rftReader();
|
auto rftReader = rimCase->rftReader();
|
||||||
if ( rftReader ) return false;
|
if ( !rftReader ) return false;
|
||||||
|
|
||||||
QDateTime dateTime;
|
QDateTime dateTime;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user