From: Bruno Turcksin Date: Fri, 4 Mar 2016 14:34:48 +0000 (-0500) Subject: Add entry in changes.h X-Git-Tag: v8.5.0-rc1~1250^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6cd16e4d101b466ec243848bd8602890f089552;p=dealii.git Add entry in changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 08a79fbf1b..d453332b64 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -84,6 +84,12 @@ inconvenience this causes.
    +
  1. New: When using C++11, the function filter_iterators allows to filter a + range of iterators using predicates (like the ones defined in IteratorFilter). +
    + (Bruno Turcksin, 2016/03/04) +
  2. +
  3. Fixed: The OpenCASCADE::push_forward_and_differential_forms() function is now able to change the direction of the normal vector according to Orientation() method.