changed: use Serializer from opm-common

This commit is contained in:
Arne Morten Kvarving
2022-09-14 11:04:56 +02:00
parent 7362386d3d
commit 4f9f0f921f
2 changed files with 2 additions and 498 deletions

View File

@@ -125,10 +125,8 @@
#include <opm/input/eclipse/EclipseState/Tables/TableSchema.hpp>
#include <opm/output/data/Aquifer.hpp>
#include <opm/output/eclipse/RestartValue.hpp>
#include <opm/simulators/utils/ParallelRestart.hpp>
#include <ebos/eclmpiserializer.hh>
template<class T>
std::tuple<T,int,int> PackUnpack(T& in)
{