#1360 description regarding Well Alloc plots improved.

Displays Well Allocation / Well Flow, and Accumulated /Inflow Rates
This commit is contained in:
Jacob Støren
2017-03-31 16:53:01 +02:00
parent e5f593db60
commit d15b2e5196
3 changed files with 10 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ CAF_PDM_SOURCE_INIT(RimWellAllocationPlotLegend, "WellAllocationPlotLegend");
//--------------------------------------------------------------------------------------------------
RimWellAllocationPlotLegend::RimWellAllocationPlotLegend()
{
CAF_PDM_InitObject("Well Allocation Plot Legend", ":/WellAllocLegend16x16.png", "", "");
CAF_PDM_InitObject("Legend", ":/WellAllocLegend16x16.png", "", "");
CAF_PDM_InitField(&m_showLegend, "ShowPlotLegend", true, "Show Plot Legend", "", "", "");
}