Skip to content

Commit

Permalink
Merge pull request #13403 from tjhei/remove_assert_mpi_broadcast
Browse files Browse the repository at this point in the history
remove useless assert
  • Loading branch information
bangerth committed Feb 16, 2022
2 parents ab8db4b + 7269266 commit 05ba14b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/deal.II/base/mpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -1807,9 +1807,6 @@ namespace Utilities
(void)root;
(void)comm;
# else
Assert(count >= 0,
ExcMessage(
"The number of objects you want to send cannot be negative."));
Assert(root < n_mpi_processes(comm),
ExcMessage("Invalid root rank specified."));

Expand Down

0 comments on commit 05ba14b

Please sign in to comment.