add mpi serialization for WellPolymerProperties

This commit is contained in:
Arne Morten Kvarving
2019-12-09 15:03:35 +01:00
parent 95cc555561
commit f4e991e491
3 changed files with 16 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ class ViscrefTable;
class WATDENTRecord;
class WatdentTable;
class Welldims;
class WellPolymerProperties;
class WellSegmentDims;
namespace Mpi
@@ -572,6 +573,7 @@ ADD_PACK_PROTOTYPES(ViscrefTable)
ADD_PACK_PROTOTYPES(WATDENTRecord)
ADD_PACK_PROTOTYPES(WatdentTable)
ADD_PACK_PROTOTYPES(Welldims)
ADD_PACK_PROTOTYPES(WellPolymerProperties)
ADD_PACK_PROTOTYPES(WellSegmentDims)
ADD_PACK_PROTOTYPES(WellTestConfig)
ADD_PACK_PROTOTYPES(WellTestConfig::WTESTWell)