Merge branch 'dev' into dev-deeper

This commit is contained in:
Bjørn Erik Jensen 2018-11-28 09:26:57 +01:00
commit 1078ccdee6

View File

@ -80,7 +80,7 @@ void RifPerforationIntervalReader::readFileIntoMap(const QString& filePath, std:
if (line.startsWith("WELLNAME")) if (line.startsWith("WELLNAME"))
{ {
// Save current well name // Save current well name
if (parts.size() == 2) if (parts.size() > 1)
{ {
wellName = parts[1].trimmed(); wellName = parts[1].trimmed();
} }