From: wolf Date: Mon, 8 Aug 2005 17:30:49 +0000 (+0000) Subject: Disallow comparing iterators into different DoFHandler objects. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=124093a42fbbffa1d7ff309cb55f4178e4dfce00;p=dealii-svn.git Disallow comparing iterators into different DoFHandler objects. git-svn-id: https://svn.dealii.org/trunk@11247 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index b911848e18..6798657f55 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -592,6 +592,17 @@ inconvenience this causes.

deal.II

    +
  1. + Fixed: It was possible to compare iterators into different + DoFHandler objects for equality and inequality as long as + the underlying triangulation object was the same. This doesn't make much + sense, however, and even sometimes declared to iterators equal if only + they had the same triangulation, refinement level, and index. Comparing + iterators into different containers is now completely disallowed. +
    + (WB, 2005/08/08) +

    +
  2. New: The DataOutStack::add_data_vector function now also allows to give only a single name even if the data is