mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5617 Saturation Pressure Plot: Missing values
This commit is contained in:
parent
ac27976036
commit
17105f271f
@ -133,7 +133,7 @@ RigEquil RigEquil::parseString( const QString& keywordData )
|
||||
QString line( keywordData );
|
||||
line.replace( "\t", " " );
|
||||
|
||||
QStringList items = line.split( " " );
|
||||
QStringList items = line.split( " ", QString::SkipEmptyParts );
|
||||
if ( items.size() > 0 )
|
||||
{
|
||||
datumDepth = items.at( 0 ).toDouble();
|
||||
|
Loading…
Reference in New Issue
Block a user