mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7036 Well Picks : Skip import of empty lines
This commit is contained in:
@@ -231,6 +231,8 @@ void RifWellPathFormationReader::readFile( const QString& filePath,
|
||||
QString unitName = dataLine[unitNameIndex];
|
||||
unitName = unitName.trimmed();
|
||||
|
||||
if ( wellName.trimmed().isEmpty() && unitName.isEmpty() ) continue;
|
||||
|
||||
if ( mdIsPresent )
|
||||
{
|
||||
double mdTopValue = dataLine[measuredDepthTopIndex].toDouble();
|
||||
|
||||
Reference in New Issue
Block a user