Merge pull request #2670 from bska/remove-duplicate-decl

Remove Redundant 'packSize' Declaration
This commit is contained in:
Arne Morten Kvarving
2020-06-12 08:27:20 +02:00
committed by GitHub

View File

@@ -107,8 +107,6 @@ std::size_t packSize(const std::array<T,N>& data, Dune::MPIHelper::MPICommunicat
std::size_t packSize(const char* str, Dune::MPIHelper::MPICommunicator comm);
std::size_t packSize(const std::string& str, Dune::MPIHelper::MPICommunicator comm);
template<class T1, class T2, class C, class A>
std::size_t packSize(const std::map<T1,T2,C,A>& data, Dune::MPIHelper::MPICommunicator comm);