add mpi serialization for Welldims

This commit is contained in:
Arne Morten Kvarving
2019-12-02 11:32:28 +01:00
parent 64c7ead11c
commit 7989fb89d4
3 changed files with 14 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ class TableColumn;
class TableContainer;
class TableSchema;
class ThresholdPressure;
class Welldims;
namespace Mpi
{
@@ -272,6 +273,7 @@ ADD_PACK_PROTOTYPES(TableSchema)
ADD_PACK_PROTOTYPES(ThresholdPressure)
ADD_PACK_PROTOTYPES(TimeMap)
ADD_PACK_PROTOTYPES(TimeMap::StepData)
ADD_PACK_PROTOTYPES(Welldims)
} // end namespace Mpi
RestartValue loadParallelRestart(const EclipseIO* eclIO, SummaryState& summaryState,