mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2100 PLT plot. Refactoring. Use RimWellPlotTools methods
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
#include "RimWellPath.h"
|
||||
#include "RimWellPathCollection.h"
|
||||
#include "RimTools.h"
|
||||
#include "RimWellPltPlot.h"
|
||||
//#include "RimWellPltPlot.h"
|
||||
#include "RimWellPlotTools.h"
|
||||
|
||||
#include "RiaDateStringParser.h"
|
||||
|
||||
#include "RigWellLogFile.h"
|
||||
@@ -238,7 +240,7 @@ std::vector<RimWellLogFileChannel*> RimWellLogFile::wellLogChannels() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RimWellLogFile::hasFlowData() const
|
||||
{
|
||||
return RimWellPltPlot::hasFlowData(this);
|
||||
return RimWellPlotTools::hasFlowData(this);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user