From: Martin Kronbichler Date: Sun, 12 Apr 2015 14:22:31 +0000 (+0200) Subject: Delete nonsensical assertion. X-Git-Tag: v8.3.0-rc1~289^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da20bc2ef1215e1cc3fb10f203d801ea8b6a0e9c;p=dealii.git Delete nonsensical assertion. --- diff --git a/source/base/utilities.cc b/source/base/utilities.cc index 50551b4b8e..579a725049 100644 --- a/source/base/utilities.cc +++ b/source/base/utilities.cc @@ -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(&communicator);