#4434 Flow Diag adjustments : Use active cells from PORV in Flow Diag

This commit is contained in:
Magne Sjaastad
2019-06-18 10:58:07 +02:00
parent aa0c372336
commit ff16156c2a
4 changed files with 35 additions and 6 deletions

View File

@@ -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