mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Removed invalid assert
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user