From 11021a673919a02ec2f4c1026e9085edc7cf008c Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 7 May 2021 10:39:07 -0400 Subject: [PATCH] Un-deprecate PETScWrappers::VectorBase::set. We didn't implement import so there is no reason to deprecate this function yet. Partially reverts 20a81f91beae2d022acebc833c1bca2321c67155. --- include/deal.II/lac/petsc_vector_base.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/deal.II/lac/petsc_vector_base.h b/include/deal.II/lac/petsc_vector_base.h index c108f40327..a7cfd7ae3e 100644 --- a/include/deal.II/lac/petsc_vector_base.h +++ b/include/deal.II/lac/petsc_vector_base.h @@ -458,10 +458,7 @@ namespace PETScWrappers * vector, this function allows to set a whole set of elements at once. * The indices of the elements to be set are stated in the first argument, * the corresponding values in the second. - * - * @deprecated Use import() instead. */ - DEAL_II_DEPRECATED void set(const std::vector & indices, const std::vector &values); -- 2.39.5