Removed invalid assert

This commit is contained in:
Magne Sjaastad 2016-10-17 10:54:08 +02:00
parent f4140ad3e1
commit da38067f66

View File

@ -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;
} }