remove Mpi::pack handling for GPMaint

this is not implemented, and should go through the
serializer support
This commit is contained in:
Arne Morten Kvarving 2020-09-23 12:23:30 +02:00
parent dfd2109665
commit f846bbe959

View File

@ -922,7 +922,6 @@ INSTANTIATE_PACK(unsigned char)
INSTANTIATE_PACK(std::map<std::pair<int,int>,std::pair<bool,double>>)
INSTANTIATE_PACK(std::optional<double>)
INSTANTIATE_PACK(std::optional<std::string>)
INSTANTIATE_PACK(std::optional<GPMaint>)
INSTANTIATE_PACK(std::pair<double, double>)
INSTANTIATE_PACK(std::optional<std::pair<double,double>>)
INSTANTIATE_PACK(std::map<std::string,std::vector<int>>)