From dd9ba8dd0119f484271f6a953f74151b2f7cb2f7 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 20 Mar 2013 15:16:03 +0000 Subject: [PATCH] record changes made git-svn-id: https://svn.dealii.org/trunk@28956 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 0a0277e0ac..d5d9d8d10d 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -69,6 +69,10 @@ this function.
    +
  1. Added TimerOutput::reset to remove the collected information so far. +
    +(Timo Heister, 2013/03/20) +
  2. Changed: FEValuesExtractors::Scalar, FEValuesExtractors::Vector and FEValuesExtractors::SymmetricTensor could not be default constructed, and consequently one could not easily put them into arrays (where they would -- 2.39.5