add mpi serialization for UDQDefine

This commit is contained in:
Arne Morten Kvarving
2019-12-11 15:56:33 +01:00
parent 7d825cea82
commit 3d17266476
3 changed files with 54 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ class TableSchema;
class ThresholdPressure;
class UDAValue;
class UDQASTNode;
class UDQDefine;
class UDQFunction;
class UDQFunctionTable;
class UDQParams;
@@ -631,6 +632,7 @@ ADD_PACK_PROTOTYPES(TimeMap)
ADD_PACK_PROTOTYPES(TimeMap::StepData)
ADD_PACK_PROTOTYPES(UDAValue)
ADD_PACK_PROTOTYPES(UDQASTNode)
ADD_PACK_PROTOTYPES(UDQDefine)
ADD_PACK_PROTOTYPES(UDQFunction)
ADD_PACK_PROTOTYPES(UDQFunctionTable)
ADD_PACK_PROTOTYPES(UDQParams)