mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1475 Use wellPathIndexInFile to be able to import multiple wells pr file
This commit is contained in:
parent
25e6aec94a
commit
886f4ce3ab
@ -220,8 +220,8 @@ bool RimWellPath::readWellPathFile(QString* errorMessage, RifWellPathImporter* w
|
||||
{
|
||||
if (wellPathImporter->canReadFile(filepath()))
|
||||
{
|
||||
RifWellPathImporter::WellData wellData = wellPathImporter->readWellData(filepath());
|
||||
RifWellPathImporter::WellMetaData wellMetaData = wellPathImporter->readWellMetaData(filepath());
|
||||
RifWellPathImporter::WellData wellData = wellPathImporter->readWellData(filepath(), wellPathIndexInFile());
|
||||
RifWellPathImporter::WellMetaData wellMetaData = wellPathImporter->readWellMetaData(filepath(), wellPathIndexInFile());
|
||||
// General well info
|
||||
|
||||
name = wellData.m_name;
|
||||
|
Loading…
Reference in New Issue
Block a user