#2100 PLT plot. Refactoring. Use RimWellPlotTools methods

This commit is contained in:
Bjørn Erik Jensen
2017-11-09 10:03:32 +01:00
parent 89e5c04aef
commit d3d5a89979
8 changed files with 360 additions and 530 deletions

View File

@@ -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);
}
//--------------------------------------------------------------------------------------------------