mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Well log plots now contain one plot per trace
This commit is contained in:
@@ -40,10 +40,11 @@ public:
|
||||
RimWellLogPlot();
|
||||
virtual ~RimWellLogPlot();
|
||||
|
||||
void addTrace();
|
||||
|
||||
caf::PdmChildArrayField<RimWellLogPlotTrace*> traces;
|
||||
caf::PdmField<bool> showWindow;
|
||||
|
||||
void addTrace();
|
||||
|
||||
protected:
|
||||
|
||||
// Overridden PDM methods
|
||||
@@ -56,5 +57,4 @@ private:
|
||||
|
||||
private:
|
||||
QPointer<RiuWellLogPlot> m_viewer;
|
||||
caf::PdmChildArrayField<RimWellLogPlotTrace*> traces;
|
||||
};
|
||||
|
Reference in New Issue
Block a user