Revert "Temp disable test"

This reverts commit aeb4ba3788.
This commit is contained in:
Arne Morten Kvarving
2021-04-23 22:09:35 +02:00
parent c62563a7e5
commit 7a4e63c24b

View File

@@ -107,7 +107,7 @@ int main(int argc, char ** argv) {
std::cout << "EclipseState objects were equal!" << std::endl;
else {
std::cout << "EclipseState objects were different!" << std::endl;
//equal = false;
equal = false;
}
if (Opm::Schedule::cmp(sched, rst_sched, static_cast<std::size_t>(report_step)) )