mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3301 Ensemble parameters file. Support tab as separator
This commit is contained in:
parent
698fbb980d
commit
248530ce95
@ -143,7 +143,7 @@ void RifCaseRealizationParametersReader::parse()
|
|||||||
QString line = dataStream->readLine();
|
QString line = dataStream->readLine();
|
||||||
|
|
||||||
lineNo++;
|
lineNo++;
|
||||||
QStringList cols = RifFileParseTools::splitLineAndTrim(line, " ");
|
QStringList cols = RifFileParseTools::splitLineAndTrim(line, QRegExp("[ \t]"), true);
|
||||||
|
|
||||||
if (cols.size() != 2)
|
if (cols.size() != 2)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user