(#436) Renamed a method and a member variable

This commit is contained in:
Pål Hagen
2015-09-16 16:20:07 +02:00
parent 06f73bc359
commit 1dc7bbe667
3 changed files with 7 additions and 7 deletions

View File

@@ -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();