mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed invalid assert
This commit is contained in:
parent
f4140ad3e1
commit
da38067f66
@ -363,8 +363,6 @@ void RifEclipseOutputFileTools::createReportStepsMetaData(std::vector<ecl_file_t
|
|||||||
// Set Date
|
// Set Date
|
||||||
{
|
{
|
||||||
QDateTime reportDateTime(QDate(restart_header->year, restart_header->month, restart_header->day));
|
QDateTime reportDateTime(QDate(restart_header->year, restart_header->month, restart_header->day));
|
||||||
CVF_ASSERT(reportDateTime.isValid());
|
|
||||||
|
|
||||||
reportStep.dateTime = reportDateTime;
|
reportStep.dateTime = reportDateTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user