mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#436) Renamed a method and a member variable
This commit is contained in:
@@ -92,7 +92,7 @@ bool RimWellLogFile::readFile()
|
||||
|
||||
m_wellLogChannelNames.deleteAllChildObjects();
|
||||
|
||||
QStringList wellLogNames = m_wellLogDataFile->wellLogNames();
|
||||
QStringList wellLogNames = m_wellLogDataFile->wellLogChannelNames();
|
||||
for (int logIdx = 0; logIdx < wellLogNames.size(); logIdx++)
|
||||
{
|
||||
RimWellLog* wellLog = new RimWellLog();
|
||||
|
||||
Reference in New Issue
Block a user