mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
const int by value is kinda pointless
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
30e2bfb2f9
commit
355b6f4e88
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ extern MPI_Comm intracomm;
|
|||
// and returns a vector which is the exclusive parallel scan across
|
||||
// all of those numbers, having a length of the number of MPI ranks
|
||||
// plus one.
|
||||
vector<int64_t> calculate_parallel_index_vector(const int64_t size);
|
||||
vector<int64_t> calculate_parallel_index_vector(int64_t size);
|
||||
|
||||
} // namespace mpi
|
||||
} // namespace openmc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue