mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Refactor: Extract parser options from RicPasteAsciiDataToSummaryPlotFeatureUi
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include "RifEclipseUserDataKeywordTools.h"
|
||||
#include "RifEclipseUserDataParserTools.h"
|
||||
|
||||
#include "SummaryPlotCommands/RicPasteAsciiDataToSummaryPlotFeatureUi.h"
|
||||
#include "RifAsciiDataParseOptions.h"
|
||||
|
||||
#include "cafUtils.h"
|
||||
|
||||
@@ -59,7 +59,7 @@ bool RifRevealCsvSectionSummaryReader::parse( const QString&
|
||||
m_allResultAddresses.clear();
|
||||
m_mapFromAddressToResultIndex.clear();
|
||||
|
||||
AsciiDataParseOptions parseOptions;
|
||||
RifAsciiDataParseOptions parseOptions;
|
||||
parseOptions.useCustomDateTimeFormat = true;
|
||||
parseOptions.dateTimeFormat = "dd.MM.yyyy hh:mm:ss";
|
||||
parseOptions.fallbackDateTimeFormat = "dd.MM.yyyy";
|
||||
|
||||
Reference in New Issue
Block a user