Remove members keywords1 and keywords2 from EclFilesComparator

This commit is contained in:
Joakim Hove
2019-06-26 07:43:55 +02:00
parent fbfdf5c244
commit 29697a0906

View File

@@ -69,7 +69,6 @@ public:
static double average(const std::vector<double>& vec);
protected:
std::vector<std::string> keywords1, keywords2;
bool throwOnError = true; //!< Throw on first error
bool analysis = false; //!< Perform full error analysis
std::map<std::string, std::vector<Deviation>> deviations;