]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove useless assert 13403/head
authorTimo Heister <timo.heister@gmail.com>
Wed, 16 Feb 2022 17:51:01 +0000 (12:51 -0500)
committerTimo Heister <timo.heister@gmail.com>
Wed, 16 Feb 2022 17:51:01 +0000 (12:51 -0500)
fixes #13402

include/deal.II/base/mpi.h

index 19d6f93b5af15ffdaf6d9efc51eb0a048095ea02..2a42571c7cd44924d6b197cb88db873eb8176043 100644 (file)
@@ -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."));
 

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


Typeset in Trocchi and Trocchi Bold Sans Serif.