]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Delete nonsensical assertion. 782/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 12 Apr 2015 14:22:31 +0000 (16:22 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 12 Apr 2015 14:22:31 +0000 (16:22 +0200)
source/base/utilities.cc

index 50551b4b8e4dd0a6a31131d794790b617a357825..579a725049ea48021ed510c7ee2789048dcb92c2 100644 (file)
@@ -700,13 +700,8 @@ namespace Utilities
 
     void destroy_communicator (Epetra_Comm &communicator)
     {
-      Assert (&communicator != 0, ExcInternalError());
-
-      // save the communicator, reset
-      // the map, and delete the
-      // communicator if this whole
-      // thing was created as an MPI
-      // communicator
+      // save the communicator, reset the map, and delete the communicator if
+      // this whole thing was created as an MPI communicator
 #ifdef DEAL_II_WITH_MPI
       Epetra_MpiComm
       *mpi_comm = dynamic_cast<Epetra_MpiComm *>(&communicator);

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.