changed: use EclMpiSerializer for Schedule

This commit is contained in:
Arne Morten Kvarving
2020-03-16 08:20:44 +01:00
parent d7522c68b2
commit 38023fac21
4 changed files with 34 additions and 173 deletions
+1 -1
View File
@@ -2161,7 +2161,7 @@ BOOST_AUTO_TEST_CASE(Schedule)
getRestartConfig(),
{{"test", events}});
auto val2 = PackUnpack(val1);
auto val2 = PackUnpack2(val1);
DO_CHECKS(Schedule)
#endif
}