mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove duplicate function
This commit is contained in:
@@ -133,7 +133,6 @@ public:
|
||||
static bool hasTimeUnit(const std::string& line);
|
||||
static bool hasOnlyValidDoubleValues(const std::vector<std::string>& words, std::vector<double>* doubleValues = nullptr);
|
||||
|
||||
static bool hasDateUnit(const std::string& word);
|
||||
static bool isValidTableData(size_t columnCount, const std::string& line);
|
||||
|
||||
static TableData tableDataFromText(std::stringstream& data, std::vector<std::string>* errorText = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user