add mpi serialization for SimpleTable

This commit is contained in:
Arne Morten Kvarving
2019-11-29 11:19:34 +01:00
parent 443cb4402f
commit ec95a19f4c
3 changed files with 50 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ class NNC;
struct NNCdata;
class Rock2dTable;
class Rock2dtrTable;
class SimpleTable;
class TableColumn;
class TableSchema;
class ThresholdPressure;
@@ -226,6 +227,7 @@ ADD_PACK_PROTOTYPES(RestartValue)
ADD_PACK_PROTOTYPES(Rock2dTable)
ADD_PACK_PROTOTYPES(Rock2dtrTable)
ADD_PACK_PROTOTYPES(std::string)
ADD_PACK_PROTOTYPES(SimpleTable)
ADD_PACK_PROTOTYPES(TableColumn)
ADD_PACK_PROTOTYPES(TableSchema)
ADD_PACK_PROTOTYPES(ThresholdPressure)