From: David Wells Date: Fri, 7 May 2021 14:39:07 +0000 (-0400) Subject: Un-deprecate PETScWrappers::VectorBase::set. X-Git-Tag: v9.3.0-rc1~118^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11021a673919a02ec2f4c1026e9085edc7cf008c;p=dealii.git Un-deprecate PETScWrappers::VectorBase::set. We didn't implement import so there is no reason to deprecate this function yet. Partially reverts 20a81f91beae2d022acebc833c1bca2321c67155. --- 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);