mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-09 23:53:04 -06:00
Removed comments
This commit is contained in:
parent
1dc0da7a37
commit
8e682926c6
@ -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()))
|
||||||
|
Loading…
Reference in New Issue
Block a user