mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4434 Flow Diag adjustments : Use active cells from PORV in Flow Diag
This commit is contained in:
@@ -83,6 +83,13 @@ public:
|
||||
|
||||
std::set<RiaDefines::PhaseType> availablePhases() const override;
|
||||
|
||||
// Load main, it is up to the consumer to release the memory using
|
||||
//
|
||||
// ecl_grid_type* myGrid = loadMainGrid();
|
||||
// free(myGrid);
|
||||
//
|
||||
ecl_grid_type* loadMainGrid() const;
|
||||
|
||||
private:
|
||||
bool readActiveCellInfo();
|
||||
void buildMetaData(ecl_grid_type* grid);
|
||||
@@ -108,8 +115,6 @@ private:
|
||||
|
||||
static bool isEclipseAndSoursimTimeStepsEqual(const QDateTime& eclipseDateTime, const QDateTime& sourSimDateTime);
|
||||
|
||||
ecl_grid_type* loadMainGrid() const;
|
||||
|
||||
private:
|
||||
QString m_fileName; // Name of file used to start accessing Eclipse output files
|
||||
QStringList m_filesWithSameBaseName; // Set of files in filename's path with same base name as filename
|
||||
|
||||
Reference in New Issue
Block a user