mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
WellPathCollection. Fix Linux warning
This commit is contained in:
parent
71caab54ec
commit
c0bce09a12
@ -289,7 +289,7 @@ void RimWellPathCollection::addWellPaths(const std::vector<RimWellPath*> wellPat
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimWellLogFile* RimWellPathCollection::addWellLogs(const QStringList& filePaths)
|
||||
{
|
||||
RimWellLogFile* logFileInfo;
|
||||
RimWellLogFile* logFileInfo = nullptr;
|
||||
|
||||
foreach (QString filePath, filePaths)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user