mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix broken observed csv data import
This commit is contained in:
parent
d28fcbfe21
commit
1cc40eee38
@ -842,7 +842,7 @@ bool RifEclipseUserDataParserTools::isScalingText( const std::string& word )
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::string Column::columnName() const
|
||||
{
|
||||
return summaryAddress.uiText();
|
||||
return summaryAddress.vectorName();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user