52 #ifndef HAVOQGT_MPI_UTILIES_HPP_
53 #define HAVOQGT_MPI_UTILIES_HPP_
59 template <
typename Container>
63 void free_edge_container<std::vector<std::pair<uint64_t, uint64_t> > >(std::vector<std::pair<uint64_t, uint64_t> > &edges){
64 std::vector< std::pair<uint64_t, uint64_t> >empty(0);
68 #endif // HAVOQGT_MPI_UTILIES_HPP_
void free_edge_container(Container &edges)
Frees the container of edges.