]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a changelog entry. 17017/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 13 May 2024 21:38:08 +0000 (15:38 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 23 May 2024 16:38:48 +0000 (10:38 -0600)
doc/news/changes/incompatibilities/20240513Bangerth-2 [new file with mode: 0644]

diff --git a/doc/news/changes/incompatibilities/20240513Bangerth-2 b/doc/news/changes/incompatibilities/20240513Bangerth-2
new file mode 100644 (file)
index 0000000..47b50d1
--- /dev/null
@@ -0,0 +1,14 @@
+Changed: The Quadrature class used to have a constructor that took an
+integer argument. This was error-prone because it was easy to accidentally
+write
+@code
+  Quadrature<dim> quadrature(3);
+@endcode
+where
+@code
+  QGauss<dim> quadrature(3);
+@endcode
+was meant. As a consequence, this constructor has been removed from the `public`
+interface of the class.
+<br>
+(Wolfgang Bangerth, 2024/05/13)

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.