mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#396) Several fixes regarding Project with plots.
Plots loads the curve data on project open Plots are removed on project close Still missing some updates (curve names ...)
This commit is contained in:
@@ -43,6 +43,8 @@ public:
|
||||
void addTrace(RimWellLogPlotTrace* trace);
|
||||
size_t traceCount() { return traces.size();}
|
||||
|
||||
void loadDataAndUpdate();
|
||||
|
||||
RiuWellLogPlot* viewer();
|
||||
|
||||
void zoomDepth(double zoomFactor);
|
||||
|
Reference in New Issue
Block a user