From: Daniel Arndt Date: Wed, 20 Jun 2018 00:44:53 +0000 (+0200) Subject: Also deprecate the p::d::[Block]?Vector header files themselves X-Git-Tag: v9.1.0-rc1~996^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6799%2Fhead;p=dealii.git Also deprecate the p::d::[Block]?Vector header files themselves --- diff --git a/include/deal.II/lac/parallel_block_vector.h b/include/deal.II/lac/parallel_block_vector.h index 289a4b403b..93fd5fb8d5 100644 --- a/include/deal.II/lac/parallel_block_vector.h +++ b/include/deal.II/lac/parallel_block_vector.h @@ -20,6 +20,8 @@ #include +#warning This file is deprecated. Use and LinearAlgebra::distributed::BlockVector instead. + #include #include diff --git a/include/deal.II/lac/parallel_vector.h b/include/deal.II/lac/parallel_vector.h index 671031a29c..016778398d 100644 --- a/include/deal.II/lac/parallel_vector.h +++ b/include/deal.II/lac/parallel_vector.h @@ -20,6 +20,8 @@ #include +#warning This file is deprecated. Use and LinearAlgebra::distributed::Vector instead. + #include #include