add mpi serialization for UDAValue

This commit is contained in:
Arne Morten Kvarving
2019-12-09 15:57:34 +01:00
parent cebb19ad01
commit cadd8dc414
3 changed files with 53 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ class TableContainer;
class TableManager;
class TableSchema;
class ThresholdPressure;
class UDAValue;
class UDQParams;
class VFPInjTable;
class VFPProdTable;
@@ -567,6 +568,7 @@ ADD_PACK_PROTOTYPES(TableSchema)
ADD_PACK_PROTOTYPES(ThresholdPressure)
ADD_PACK_PROTOTYPES(TimeMap)
ADD_PACK_PROTOTYPES(TimeMap::StepData)
ADD_PACK_PROTOTYPES(UDAValue)
ADD_PACK_PROTOTYPES(UDQParams)
ADD_PACK_PROTOTYPES(VFPInjTable)
ADD_PACK_PROTOTYPES(VFPProdTable)