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:
@@ -105,7 +105,7 @@ void RifColumnBasedUserDataParser::parseTableData( const QString& data )
|
||||
int stepTypeIndex = -1;
|
||||
for ( size_t i = 0; i < columnInfos.size(); i++ )
|
||||
{
|
||||
if ( RifEclipseUserDataKeywordTools::isStepType( columnInfos[i].summaryAddress.quantityName() ) )
|
||||
if ( RifEclipseUserDataKeywordTools::isStepType( columnInfos[i].summaryAddress.vectorName() ) )
|
||||
{
|
||||
stepTypeIndex = static_cast<int>( i );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user