]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a changelog entry. 17019/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 14 May 2024 12:55:18 +0000 (06:55 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 14 May 2024 14:22:53 +0000 (08:22 -0600)
doc/news/changes/minor/20240514Bangerth [new file with mode: 0644]
include/deal.II/meshworker/local_integrator.h

diff --git a/doc/news/changes/minor/20240514Bangerth b/doc/news/changes/minor/20240514Bangerth
new file mode 100644 (file)
index 0000000..3da189b
--- /dev/null
@@ -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.
+<br>
+(Wolfgang Bangerth, 2024/05/14)
index 6bba6c36ad586a3438fd0dc32c2d72632ed7e60f..785a72b197848872068d97a157d97dabb25ce069 100644 (file)
@@ -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<std::string> 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<std::string> output_names;
 
     /**

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.