mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1951 Use a valid default start date
This commit is contained in:
parent
05e3774d36
commit
1c2466fa85
@ -97,7 +97,7 @@ bool RifColumnBasedUserData::parse(const QString& data)
|
||||
}
|
||||
else
|
||||
{
|
||||
startDate.setDate(QDate(01, 01, 1970));
|
||||
startDate.setDate(QDate(1970, 1, 1));
|
||||
}
|
||||
|
||||
m_timeSteps.resize(m_timeSteps.size() + 1);
|
||||
|
Loading…
Reference in New Issue
Block a user