As per
https://github.com/dealii/dealii/pull/9991#issuecomment-
622199929.
* process p.
*/
std::vector<IndexSet>
- create_ascending_partitioning(const MPI_Comm & comm,
- const IndexSet::size_type &local_size);
+ create_ascending_partitioning(const MPI_Comm & comm,
+ const IndexSet::size_type local_size);
#ifdef DEAL_II_WITH_MPI
/**
std::vector<IndexSet>
- create_ascending_partitioning(const MPI_Comm & comm,
- const IndexSet::size_type &local_size)
+ create_ascending_partitioning(const MPI_Comm & comm,
+ const IndexSet::size_type local_size)
{
const unsigned int n_proc = n_mpi_processes(comm);
const std::vector<IndexSet::size_type> sizes =
std::vector<IndexSet>
create_ascending_partitioning(const MPI_Comm & /*comm*/,
- const IndexSet::size_type &local_size)
+ const IndexSet::size_type local_size)
{
return std::vector<IndexSet>(1, complete_index_set(local_size));
}
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams