#3952 Summary : Always show FOPT for new plots

This commit is contained in:
Magne Sjaastad 2019-01-14 07:08:00 +01:00
parent 240e146a1b
commit af0c169bca

View File

@ -425,7 +425,7 @@ void RiuSummaryCurveDefSelection::setDefaultSelection(const std::vector<SummaryS
if (allSumCases.size() > 0)
{
RifEclipseSummaryAddress defaultAddress = RifEclipseSummaryAddress();
RifEclipseSummaryAddress defaultAddress = RifEclipseSummaryAddress::fieldAddress("FOPT");
std::vector<SummarySource*> selectTheseSources = defaultSources;
if (selectTheseSources.empty()) selectTheseSources.push_back(allSumCases[0]);