mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1767 Add const access to RifReaderInterface
This commit is contained in:
parent
c18e9c1293
commit
d4663fe6df
@ -230,6 +230,14 @@ RifReaderInterface* RimReservoirCellResultsStorage::readerInterface()
|
||||
}
|
||||
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
const RifReaderInterface* RimReservoirCellResultsStorage::readerInterface() const
|
||||
{
|
||||
return m_readerInterface.p();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
@ -55,6 +55,7 @@ public:
|
||||
|
||||
void setReaderInterface(RifReaderInterface* readerInterface);
|
||||
RifReaderInterface* readerInterface();
|
||||
const RifReaderInterface* readerInterface() const;
|
||||
|
||||
void computeDepthRelatedResults();
|
||||
bool isDataPresent(size_t scalarResultIndex) const;
|
||||
|
Loading…
Reference in New Issue
Block a user