remove old serialization support for WellFoamProperties

This commit is contained in:
Arne Morten Kvarving
2020-03-18 09:29:02 +01:00
parent d6c49bf801
commit 99898ad79e
3 changed files with 1 additions and 5 deletions

View File

@@ -34,7 +34,6 @@
#include <opm/parser/eclipse/EclipseState/Schedule/VFPProdTable.hpp>
#include <opm/parser/eclipse/EclipseState/Schedule/Well/Connection.hpp>
#include <opm/parser/eclipse/EclipseState/Schedule/Well/WellConnections.hpp>
#include <opm/parser/eclipse/EclipseState/Schedule/Well/WellFoamProperties.hpp>
#include <opm/parser/eclipse/EclipseState/Schedule/Well/WellPolymerProperties.hpp>
#include <opm/parser/eclipse/EclipseState/Schedule/Well/WellTracerProperties.hpp>
#include <opm/parser/eclipse/EclipseState/Util/IOrderSet.hpp>
@@ -264,7 +263,6 @@ HANDLE_AS_POD(data::CurrentControl)
HANDLE_AS_POD(data::Rates)
HANDLE_AS_POD(data::Segment)
HANDLE_AS_POD(WellBrineProperties)
HANDLE_AS_POD(WellFoamProperties)
std::size_t packSize(const data::Well& data, Dune::MPIHelper::MPICommunicator comm)
{