From: Wolfgang Bangerth Date: Fri, 24 Jun 2016 23:51:56 +0000 (-0700) Subject: Merge pull request #2705 from danshapero/sync-iterators X-Git-Tag: v8.5.0-rc1~954 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f76dcf70a98be163e83d666a0add00fad85aabf3;p=dealii.git Merge pull request #2705 from danshapero/sync-iterators operator* for SynchronousIterators --- f76dcf70a98be163e83d666a0add00fad85aabf3 diff --cc doc/news/changes.h index f63c086566,0ac8b2ea16..bc34e9fe4d --- a/doc/news/changes.h +++ b/doc/news/changes.h @@@ -304,12 -304,14 +304,19 @@@ inconvenience this causes

Specific improvements

    +
  1. New: GnuplotFlags now supports user specified space dimension labels + through a member variable. +
    + (David Wells, 2016/06/24) +
  2. +
  3. New: Added an operator* to SynchronousIterators which returns a + reference to the stored tuple of iterators iterators. The iterators member + may be made private in a future release. +
    + (Daniel Shapero, 2016/06/24) +
  4. +
  5. New: IndexSet::at(idx) returns an iterator pointing to the given index or the next larger element in the set if idx is not contained.