mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3531 Temporary LGR : Move function and whitespace changes
This commit is contained in:
parent
577a706b57
commit
08776a09b3
File diff suppressed because it is too large
Load Diff
@ -50,9 +50,9 @@ public:
|
|||||||
void setHdf5Filename(const QString& hdf5SourSimFilename );
|
void setHdf5Filename(const QString& hdf5SourSimFilename );
|
||||||
|
|
||||||
void setMainGrid(RigMainGrid* ownerGrid);
|
void setMainGrid(RigMainGrid* ownerGrid);
|
||||||
void setActiveCellInfo(RigActiveCellInfo* activeCellInfo) { m_activeCellInfo = activeCellInfo;}
|
void setActiveCellInfo(RigActiveCellInfo* activeCellInfo);
|
||||||
RigActiveCellInfo* activeCellInfo() { return m_activeCellInfo;}
|
RigActiveCellInfo* activeCellInfo();
|
||||||
const RigActiveCellInfo* activeCellInfo() const { return m_activeCellInfo;}
|
const RigActiveCellInfo* activeCellInfo() const;
|
||||||
|
|
||||||
// Max and min values of the results
|
// Max and min values of the results
|
||||||
void recalculateStatistics(size_t scalarResultIndex);
|
void recalculateStatistics(size_t scalarResultIndex);
|
||||||
@ -125,7 +125,7 @@ public:
|
|||||||
std::vector<double> &activeCellsResultsTempContainer);
|
std::vector<double> &activeCellsResultsTempContainer);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
const std::vector<RigEclipseResultInfo>& infoForEachResultIndex() { return m_resultInfos;}
|
const std::vector<RigEclipseResultInfo>& infoForEachResultIndex();
|
||||||
|
|
||||||
bool mustBeCalculated(size_t scalarResultIndex) const;
|
bool mustBeCalculated(size_t scalarResultIndex) const;
|
||||||
void setMustBeCalculated(size_t scalarResultIndex);
|
void setMustBeCalculated(size_t scalarResultIndex);
|
||||||
|
Loading…
Reference in New Issue
Block a user