fixup! Add class BCCconfig to parallelrestart

This commit is contained in:
Joakim Hove 2020-01-28 10:59:06 +01:00
parent bc718bafc8
commit bbdbf38f8a
2 changed files with 3 additions and 0 deletions

View File

@ -464,6 +464,7 @@ HANDLE_AS_POD(WellBrineProperties)
HANDLE_AS_POD(Welldims)
HANDLE_AS_POD(WellFoamProperties)
HANDLE_AS_POD(WellSegmentDims)
HANDLE_AS_POD(BCConfig::BCFace)
std::size_t packSize(const data::Well& data, Dune::MPIHelper::MPICommunicator comm)
{

View File

@ -76,6 +76,7 @@ namespace Action {
class Aqudims;
class BCConfig;
class BCConfig::BCFace;
class BrineDensityTable;
class ColumnSchema;
class Connection;
@ -658,6 +659,7 @@ ADD_PACK_PROTOTYPES(Action::Condition)
ADD_PACK_PROTOTYPES(Action::Quantity)
ADD_PACK_PROTOTYPES(Aqudims)
ADD_PACK_PROTOTYPES(BCConfig)
ADD_PACK_PROTOTYPES(BCConfig::BCFace)
ADD_PACK_PROTOTYPES(BrineDensityTable)
ADD_PACK_PROTOTYPES(ColumnSchema)
ADD_PACK_PROTOTYPES(Connection)