From: Wolfgang Bangerth Date: Tue, 20 Nov 2018 15:57:59 +0000 (-0700) Subject: Add a changelog entry. X-Git-Tag: v9.1.0-rc1~547^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a93ea47c326c8cd20ccbdcadcbf2872b3ad79ef;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20181120Bangerth b/doc/news/changes/minor/20181120Bangerth new file mode 100644 index 0000000000..5033fce69c --- /dev/null +++ b/doc/news/changes/minor/20181120Bangerth @@ -0,0 +1,6 @@ +Fixed: The TriaAccessor<0,dim,spacedim> and TriaAccessor<0,1,spacedim> +classes were missing member functions `get_triangulation()` and +`operator<()`. This prevented these objects from being stored in +`std::map`s, among other issues. +
+(Wolfgang Bangerth, Luca Heltai, 2018/11/20)