From 240115f558e7a339e32b6b879a44421b5fc8acc9 Mon Sep 17 00:00:00 2001 From: Simon Sticko Date: Thu, 15 Aug 2019 09:14:30 +0200 Subject: [PATCH] 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. --- include/deal.II/lac/parallel_block_vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5