mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Some comments and indentation
p4#: 22010
This commit is contained in:
@@ -40,8 +40,8 @@ public:
|
||||
virtual ~RimReservoirCellResultsStorage();
|
||||
|
||||
void setCellResults(RigCaseCellResultsData* cellResults);
|
||||
RigCaseCellResultsData* cellResults() { return m_cellResults; }
|
||||
const RigCaseCellResultsData* cellResults() const { return m_cellResults; }
|
||||
RigCaseCellResultsData* cellResults() { return m_cellResults; }
|
||||
const RigCaseCellResultsData* cellResults() const { return m_cellResults; }
|
||||
|
||||
size_t storedResultsCount();
|
||||
|
||||
@@ -70,10 +70,10 @@ private:
|
||||
// Fields
|
||||
caf::PdmField<QString> m_resultCacheFileName;
|
||||
caf::PdmPointersField<RimReservoirCellResultsStorageEntryInfo*>
|
||||
m_resultCacheMetaData;
|
||||
m_resultCacheMetaData;
|
||||
|
||||
cvf::ref<RifReaderInterface> m_readerInterface;
|
||||
RigCaseCellResultsData* m_cellResults;
|
||||
RigCaseCellResultsData* m_cellResults;
|
||||
RigMainGrid* m_ownerMainGrid;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user