From e0affc99669725362df530bc9c257b8954d65eb8 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 24 Oct 2003 14:50:23 +0000 Subject: [PATCH] Mention deal_II_numbers::invalid_unsigned_int git-svn-id: https://svn.dealii.org/trunk@8163 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index dab27100c6..3b9814d281 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -79,6 +79,17 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. + New: The config.h file now declares a variable deal_II_numbers::invalid_unsigned_int. + It is a representation of the largest number that can be put into an + unsigned integer. This value is widely used throughout the library as a + marker for an invalid unsigned integer value, such as an invalid array + index, an invalid array size, and the like. +
    + (WB 2003/10/24) +

    +
  2. Augmented: The GeometryInfo::child_cell_on_face -- 2.39.5