mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1805 Rename time step selection options in flow characteristics plot
This commit is contained in:
parent
b603225c97
commit
a293ef9c59
@ -49,7 +49,7 @@ namespace caf
|
|||||||
template<>
|
template<>
|
||||||
void AppEnum< RimFlowCharacteristicsPlot::TimeSelectionType >::setUp()
|
void AppEnum< RimFlowCharacteristicsPlot::TimeSelectionType >::setUp()
|
||||||
{
|
{
|
||||||
addItem(RimFlowCharacteristicsPlot::ALL_AVAILABLE, "ALL_AVAILABLE", "All available");
|
addItem(RimFlowCharacteristicsPlot::ALL_AVAILABLE, "ALL_AVAILABLE", "All With Calculated Flow Diagnostics");
|
||||||
addItem(RimFlowCharacteristicsPlot::SELECTED, "SELECTED", "Selected");
|
addItem(RimFlowCharacteristicsPlot::SELECTED, "SELECTED", "Selected");
|
||||||
setDefault(RimFlowCharacteristicsPlot::SELECTED);
|
setDefault(RimFlowCharacteristicsPlot::SELECTED);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user