From: Daniel Arndt Date: Tue, 5 Jan 2021 16:56:41 +0000 (-0500) Subject: Switch to DEAL_II_DEPRECATED_EARLY X-Git-Tag: v9.3.0-rc1~449^2~6 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eac7bf5fecf3e02b8f0558dd02967b51791ff8ed;p=dealii.git Switch to DEAL_II_DEPRECATED_EARLY --- diff --git a/include/deal.II/base/partitioner.h b/include/deal.II/base/partitioner.h index 0d8ffe7124..91c76f1b2a 100644 --- a/include/deal.II/base/partitioner.h +++ b/include/deal.II/base/partitioner.h @@ -289,7 +289,7 @@ namespace Utilities * @deprecated Use the more clearly named function locally_owned_size() * instead. */ - DEAL_II_DEPRECATED + DEAL_II_DEPRECATED_EARLY unsigned int local_size() const; diff --git a/include/deal.II/lac/la_parallel_vector.h b/include/deal.II/lac/la_parallel_vector.h index c07e8016d1..81b9284a0a 100644 --- a/include/deal.II/lac/la_parallel_vector.h +++ b/include/deal.II/lac/la_parallel_vector.h @@ -927,7 +927,7 @@ namespace LinearAlgebra * * @deprecated use locally_owned_size() instead. */ - DEAL_II_DEPRECATED + DEAL_II_DEPRECATED_EARLY size_type local_size() const; diff --git a/include/deal.II/lac/petsc_vector_base.h b/include/deal.II/lac/petsc_vector_base.h index 6b7b6b12a1..55ac42fb66 100644 --- a/include/deal.II/lac/petsc_vector_base.h +++ b/include/deal.II/lac/petsc_vector_base.h @@ -360,7 +360,7 @@ namespace PETScWrappers * * @deprecated use locally_owned_size() instead. */ - DEAL_II_DEPRECATED + DEAL_II_DEPRECATED_EARLY size_type local_size() const; diff --git a/include/deal.II/lac/read_write_vector.h b/include/deal.II/lac/read_write_vector.h index 1ce0fac946..eb1af1274b 100644 --- a/include/deal.II/lac/read_write_vector.h +++ b/include/deal.II/lac/read_write_vector.h @@ -402,7 +402,7 @@ namespace LinearAlgebra * * @deprecated use locally_owned_size() instead. */ - DEAL_II_DEPRECATED + DEAL_II_DEPRECATED_EARLY size_type n_elements() const; diff --git a/include/deal.II/lac/trilinos_vector.h b/include/deal.II/lac/trilinos_vector.h index d46b23f4d0..861efee9a7 100644 --- a/include/deal.II/lac/trilinos_vector.h +++ b/include/deal.II/lac/trilinos_vector.h @@ -741,7 +741,7 @@ namespace TrilinosWrappers * * @deprecated This function is deprecated. */ - DEAL_II_DEPRECATED + DEAL_II_DEPRECATED_EARLY size_type local_size() const;