From: Denis Davydov Date: Wed, 13 Mar 2019 14:39:56 +0000 (+0100) Subject: remove unneeded assert in internal::update_ghost_values_finish() X-Git-Tag: v9.1.0-rc1~287^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=266a351d3a4ce16bfeb2b0ad9f7d302d2877dea9;p=dealii.git remove unneeded assert in internal::update_ghost_values_finish() --- diff --git a/include/deal.II/matrix_free/matrix_free.h b/include/deal.II/matrix_free/matrix_free.h index 4877be670b..ed477fd6cf 100644 --- a/include/deal.II/matrix_free/matrix_free.h +++ b/include/deal.II/matrix_free/matrix_free.h @@ -2897,12 +2897,6 @@ namespace internal const VectorType & vec) { (void)component_in_block_vector; - Assert( - (vector_face_access == - dealii::MatrixFree::DataAccessOnFaces::unspecified || - vec.size() == 0), - ExcNotImplemented()); - vec.update_ghost_values_finish(); }