#1691 Removed unused function and cleaned up includes and whitespace

This commit is contained in:
Magne Sjaastad 2017-08-10 11:14:32 +02:00
parent abd058da8b
commit b1e9e84784

View File

@ -24,9 +24,6 @@
#include "cvfCollection.h"
#include <QList>
#include <QDateTime>
class RifEclipseOutputFileTools;
class RifEclipseRestartDataAccess;
class RigGridBase;
@ -73,9 +70,7 @@ private:
void importFaults(const QStringList& fileSet, cvf::Collection<RigFault>* faults);
void openInitFile();
bool openDynamicAccess();
void extractResultValuesBasedOnPorosityModel(PorosityModelResultType matrixOrFracture, std::vector<double>* values, const std::vector<double>& fileValues);
void transferNNCData( const ecl_grid_type * mainEclGrid , const ecl_file_type * init_file,
@ -86,6 +81,7 @@ private:
QStringList validKeywordsForPorosityModel(const QStringList& keywords, const std::vector<size_t>& keywordDataItemCounts, const RigActiveCellInfo* activeCellInfo, const RigActiveCellInfo* fractureActiveCellInfo, PorosityModelResultType matrixOrFracture, size_t timeStepCount) const;
virtual std::vector<QDateTime> timeSteps();
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