From 1cfd1ac24608138b8598fab7fbf9e3a5abe6f5f6 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 11 Sep 2015 15:07:45 -0500 Subject: [PATCH] add a news/changes.h entry --- doc/news/changes.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index a153bdb7d0..ce758e30eb 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -122,6 +122,15 @@ inconvenience this causes.
    +
  1. New: A new namespace TensorAccessors is introduced that contains + generic algorithms for tensorial objects, i.e., objects that allow + repeated access via the index operator operator[](unsigned int). + The methods in TensorAccessors is primarily meant to replace old internal + code in tensor.h, but it might also proof useful otherwise. +
    + (Matthias Maier, 2015/09/11) +
  2. +
  3. New: A python script (including instructions) for enabling pretty printing with GDB is now available in /contrib/utilities/dotgdbinit.py. -- 2.39.5