mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8893 Rename quantity name -> vector name
This commit is contained in:
@@ -379,7 +379,7 @@ bool RifCsvUserDataParser::parseColumnBasedData( const AsciiDataParseOptions& pa
|
||||
// Determine column data type
|
||||
if ( col.dataType == Column::NONE )
|
||||
{
|
||||
if ( QString::fromStdString( col.summaryAddress.quantityName() ) == parseOptions.timeSeriesColumnName )
|
||||
if ( QString::fromStdString( col.summaryAddress.vectorName() ) == parseOptions.timeSeriesColumnName )
|
||||
{
|
||||
col.dataType = Column::DATETIME;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user