From: Simon Sticko Date: Thu, 15 Aug 2019 07:14:30 +0000 (+0200) Subject: Update deprecated warning message in parallel_block_vector.h. X-Git-Tag: v9.2.0-rc1~1238^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8582%2Fhead;p=dealii.git Update deprecated warning message in parallel_block_vector.h. The warning suggests including a file which doesn't exist. Change the message to the intended file. --- diff --git a/include/deal.II/lac/parallel_block_vector.h b/include/deal.II/lac/parallel_block_vector.h index 572c466385..f575f7b889 100644 --- a/include/deal.II/lac/parallel_block_vector.h +++ b/include/deal.II/lac/parallel_block_vector.h @@ -21,7 +21,7 @@ #include DEAL_II_WARNING( - "This file is deprecated. Use and LinearAlgebra::distributed::BlockVector instead.") + "This file is deprecated. Use and LinearAlgebra::distributed::BlockVector instead.") #include #include