From 477dcdf1ea6f6cf1d7453b969d1d1bf3905471e1 Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 18 Dec 2015 19:28:13 -0500 Subject: [PATCH] Add a changes.h entry for shifted_matrix.h fixes. --- doc/news/changes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index ceeaa7988f..3a6519717d 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -513,6 +513,12 @@ inconvenience this causes.
    +
  1. Fixed: The implementation of ShiftedMatrixGeneralized contained several + errors that prevented it from being compiled. These have now been fixed. +
    + (David Wells, 2015/12/18) +
  2. +
  3. New: There is now a function Triangulation::get_triangulation() that allows writing code to get at the underlying triangulation for everything that looks like a container, i.e., both Triangulation -- 2.39.5