]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a changelog entry. 4943/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 23 Aug 2017 17:05:14 +0000 (11:05 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 23 Aug 2017 21:27:02 +0000 (15:27 -0600)
doc/news/changes/minor/20170823Bangerth [new file with mode: 0644]

diff --git a/doc/news/changes/minor/20170823Bangerth b/doc/news/changes/minor/20170823Bangerth
new file mode 100644 (file)
index 0000000..77c3c29
--- /dev/null
@@ -0,0 +1,11 @@
+Fixed: It turns out that it was not possible to copy an invalid
+operator, i.e., the following code would yield an exception:
+@code
+  typename DoFHandler<dim>::active_cell_iterator invalid_1;
+  typename DoFHandler<dim>::active_cell_iterator invalid_2;
+
+  invalid_1 = invalid_2;  // resulted in an error
+@endcode
+This made no sense, and has now been fixed.
+<br>
+(Wolfgang Bangerth, 2017/08/23)

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.