mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
CurveCreator : Fix compiler issue on Linux
This commit is contained in:
@@ -611,7 +611,7 @@ std::set<RifEclipseSummaryAddress> RicSummaryCurveCreator::buildAddressListFromS
|
||||
}
|
||||
|
||||
void RicSummaryCurveCreator::addSelectionAddress(RifEclipseSummaryAddress::SummaryVarCategory category,
|
||||
std::vector<SummaryIdentifierAndField*>::const_iterator& identifierAndFieldItr,
|
||||
std::vector<SummaryIdentifierAndField*>::const_iterator identifierAndFieldItr,
|
||||
std::set<RifEclipseSummaryAddress>& addressSet,
|
||||
std::vector<std::pair<RifEclipseSummaryAddress::SummaryIdentifierType, QString>>& identifierPath)
|
||||
{
|
||||
|
||||
@@ -92,7 +92,7 @@ private:
|
||||
const std::vector<SummaryIdentifierAndField*>& identifierAndFieldList);
|
||||
std::set<RifEclipseSummaryAddress> buildAddressListFromSelections();
|
||||
void addSelectionAddress(RifEclipseSummaryAddress::SummaryVarCategory category,
|
||||
std::vector<SummaryIdentifierAndField*>::const_iterator& identifierAndFieldItr,
|
||||
std::vector<SummaryIdentifierAndField*>::const_iterator identifierAndFieldItr,
|
||||
std::set<RifEclipseSummaryAddress>& addressSet,
|
||||
std::vector<std::pair<RifEclipseSummaryAddress::SummaryIdentifierType, QString>>& identifierPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user