From eac7bf5fecf3e02b8f0558dd02967b51791ff8ed Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 5 Jan 2021 11:56:41 -0500 Subject: [PATCH] Switch to DEAL_II_DEPRECATED_EARLY --- include/deal.II/base/partitioner.h | 2 +- include/deal.II/lac/la_parallel_vector.h | 2 +- include/deal.II/lac/petsc_vector_base.h | 2 +- include/deal.II/lac/read_write_vector.h | 2 +- include/deal.II/lac/trilinos_vector.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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; -- 2.39.5