mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
More file renaming:
RigEclipseCase RigCaseData RigReservoirCellResults RigCaseCellResultsData RigWellResults RigSingleWellResultsData RigGridCollection RigGridManager p4#: 21070
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "RiaStdInclude.h"
|
||||
#include "RimReservoirCellResultsCacher.h"
|
||||
#include "RigReservoirCellResults.h"
|
||||
#include "RigCaseCellResultsData.h"
|
||||
#include "RiaApplication.h"
|
||||
#include "RigMainGrid.h"
|
||||
#include "RigCell.h"
|
||||
@@ -51,7 +51,7 @@ RimReservoirCellResultsStorage::~RimReservoirCellResultsStorage()
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// This override populates the metainfo regarding the cell results data in the RigReservoirCellResults
|
||||
/// This override populates the metainfo regarding the cell results data in the RigCaseCellResultsData
|
||||
/// object. This metainfo will then be written to the project file when saving, and thus read on project file open.
|
||||
/// This method then writes the actual double arrays to the data file in a simple format:
|
||||
/// MagicNumber<uint32>, Version<uint32>, ResultVariables< Array < TimeStep< CellDataArraySize<uint64>, CellData< Array<double > > > >
|
||||
|
||||
Reference in New Issue
Block a user