mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Observed Data : Rename to RifEclipseUserDataParserTools
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "RifColumnBasedUserDataParser.h"
|
||||
|
||||
#include "RifRsmspecParserTools.h"
|
||||
#include "RifEclipseUserDataParserTools.h"
|
||||
|
||||
#include "RiaLogging.h"
|
||||
|
||||
@@ -57,7 +57,7 @@ void RifColumnBasedUserDataParser::parseData(const QString& data)
|
||||
|
||||
do
|
||||
{
|
||||
std::vector<ColumnInfo> table = RifRsmspecParserTools::columnInfoForTable(streamData, line);
|
||||
std::vector<ColumnInfo> table = RifEclipseUserDataParserTools::columnInfoForTable(streamData, line);
|
||||
size_t columnCount = table.size();
|
||||
if (columnCount == 0) break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user