Removed comments

This commit is contained in:
Pål Hagen 2015-10-16 14:05:12 +02:00
parent 1dc0da7a37
commit 8e682926c6

View File

@ -118,16 +118,6 @@ bool RigWellLogFile::open(const QString& fileName, QString* errorMessage)
} }
} }
// TODO: Possibly handle discrete logs
// const std::map<std::string, std::vector<int> >& discLogs = well->GetDiscLog();
// std::vector<std::string> discLogNames;
// std::map<std::string, std::vector<int> >::const_iterator itDL;
// for (itDL = discLogs.begin(); itDL != discLogs.end(); itDL++)
// {
// wellLogNames.append(QString::fromStdString(itDL->first));
// }
m_wellLogChannelNames = wellLogNames; m_wellLogChannelNames = wellLogNames;
m_wellLogFile = well; m_wellLogFile = well;
@ -179,8 +169,6 @@ std::vector<double> RigWellLogFile::depthValues() const
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
std::vector<double> RigWellLogFile::values(const QString& name) const std::vector<double> RigWellLogFile::values(const QString& name) const
{ {
// TODO: Possibly handle discrete logs
CVF_ASSERT(m_wellLogFile); CVF_ASSERT(m_wellLogFile);
if (m_wellLogFile->HasContLog(name.toStdString())) if (m_wellLogFile->HasContLog(name.toStdString()))