From: Wolfgang Bangerth Date: Tue, 14 May 2024 12:55:18 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v9.6.0-rc1~274^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0279f42ec1512993d64355d7944db139fa9130d5;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20240514Bangerth b/doc/news/changes/minor/20240514Bangerth new file mode 100644 index 0000000000..3da189bf17 --- /dev/null +++ b/doc/news/changes/minor/20240514Bangerth @@ -0,0 +1,6 @@ +Deprecated: The member variables `input_vector_names` and +`output_names` of MeshWorker::LocalIntegrator are not used in the +library. They are now deprecated. If you use them, simply introduce +variables of the same name and type in your own derived class. +
+(Wolfgang Bangerth, 2024/05/14) diff --git a/include/deal.II/meshworker/local_integrator.h b/include/deal.II/meshworker/local_integrator.h index 6bba6c36ad..785a72b197 100644 --- a/include/deal.II/meshworker/local_integrator.h +++ b/include/deal.II/meshworker/local_integrator.h @@ -124,7 +124,7 @@ namespace MeshWorker * @deprecated Because the library itself does not use this field, it is * better placed in derived classes. */ - DEAL_II_DEPRECATE_EARLY + DEAL_II_DEPRECATED_EARLY std::vector input_vector_names; /** @@ -138,7 +138,7 @@ namespace MeshWorker * @deprecated Because the library itself does not use this field, it is * better placed in derived classes. */ - DEAL_II_DEPRECATE_EARLY + DEAL_II_DEPRECATED_EARLY std::vector output_names; /**