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:
parent
390abe0f81
commit
cff0437343
@ -360,6 +360,7 @@ bool RifReaderEclipseOutput::open(const QString& fileName, RigCaseData* eclipseC
|
||||
m_filesWithSameBaseName = fileSet;
|
||||
|
||||
// Read geometry
|
||||
// Todo: Needs to check existence of file before calling ert, else it will abort
|
||||
ecl_grid_type * mainEclGrid = ecl_grid_alloc( fileName.toAscii().data() );
|
||||
|
||||
progInfo.incrementProgress();
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user