mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1966 Observed Data : Use first item in DATE column as startdate for YEARS
This commit is contained in:
@@ -379,8 +379,8 @@ std::vector<ColumnInfo> RifEclipseUserDataParserTools::columnInfoForTable(std::s
|
||||
ColumnInfo columnInfo;
|
||||
columnInfo.unitName = unit;
|
||||
columnInfo.origin = origin;
|
||||
columnInfo.dateFormat = dateFormat;
|
||||
columnInfo.startDate = startDate;
|
||||
columnInfo.dateFormatString = dateFormat;
|
||||
columnInfo.startDateString = startDate;
|
||||
table.push_back(columnInfo);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user