#2066 Observed Data : Improve detection of required header lines

This commit is contained in:
Magne Sjaastad
2017-11-07 11:16:33 +01:00
parent 6444b9f32e
commit 5ab56bb2fb
4 changed files with 145 additions and 36 deletions
@@ -44,5 +44,9 @@ public:
static RifEclipseSummaryAddress makeAndFillAddress(const std::string quantityName, const std::vector<std::string>& columnHeaderText);
static bool isStepType(const std::string& identifier);
static size_t computeRequiredHeaderLineCount(const std::vector<std::string>& words);
static bool knownKeywordsWithZeroRequiredHeaderLines(const std::string& identifier);
static void extractThreeInts(int* i, int* j, int* k, const std::string& line);
};