mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1918 Observed Data : Stripped down SummaryReaderInterface
This commit is contained in:
@@ -28,8 +28,6 @@
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
const std::vector<RifEclipseSummaryAddress>& RifSummaryReaderInterface::allResultAddresses()
|
||||
{
|
||||
this->buildMetaData();
|
||||
|
||||
return m_allResultAddresses;
|
||||
}
|
||||
|
||||
@@ -54,8 +52,6 @@ std::vector<QDateTime> RifSummaryReaderInterface::fromTimeT(const std::vector<ti
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RifSummaryReaderInterface::hasAddress(const RifEclipseSummaryAddress& resultAddress)
|
||||
{
|
||||
this->buildMetaData();
|
||||
|
||||
for (RifEclipseSummaryAddress summaryAddress : m_allResultAddresses)
|
||||
{
|
||||
if (summaryAddress == resultAddress)
|
||||
|
||||
Reference in New Issue
Block a user