Remove stale comments

This commit is contained in:
Joakim Hove 2021-10-02 07:06:24 +02:00
parent cd1c40dbcb
commit 0e0c72edd5

View File

@ -4422,23 +4422,6 @@ END
}
sched.shut_well("P1", 0);
// The checks below should be activated again when wells are fully implemented with ScheduleState
//{
// const auto& well = sched.getWell("P1", 0);
// BOOST_CHECK( well.getStatus() == Well::Status::SHUT);
//}
//{
// const auto& well = sched.getWell("P1", 1);
// BOOST_CHECK( well.getStatus() == Well::Status::SHUT);
//}
//{
// const auto& well = sched.getWell("P1", 2);
// BOOST_CHECK( well.getStatus() == Well::Status::SHUT);
//}
//{
// const auto& well = sched.getWell("P1", 5);
// BOOST_CHECK( well.getStatus() == Well::Status::OPEN);
//}
}
bool compare_dates(const time_point& t, int year, int month, int day) {