Merge remote-tracking branch 'origin/dev' into hdf-prototype

This commit is contained in:
Magne Sjaastad
2017-08-15 15:34:23 +02:00
2 changed files with 14 additions and 6 deletions

View File

@@ -166,6 +166,7 @@ RifWellPathImporter::WellData RifWellPathImporter::readJsonWellData(const QStrin
double datumElevation = jsonMap["datumElevation"].toDouble();
QList<QVariant> pathList = jsonMap["path"].toList();
WellData wellData;
wellData.m_wellPathGeometry = new RigWellPath;
wellData.m_wellPathGeometry->setDatumElevation(datumElevation);
wellData.m_name = jsonMap["name"].toString();