From c8f5c6abacfda30c72f7a61dcff3047030ec54b7 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 13 Sep 2002 17:01:29 +0000 Subject: [PATCH] deal_II_numbers. git-svn-id: https://svn.dealii.org/trunk@6418 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 09a398dbfa..c3dfe4da4e 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -33,6 +33,19 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. + New: Since math.h only defines the values of PI or E (as + M_PI and M_E) when certain defines are set (on + Linux, these are __USE_BSD or __USE_XOPEN), + portable programs usually defined these constants themselves. In + deal.II, this happened at 6 different places. To + avoid this in the future, base/config.h now exports a + namespace deal_II_numbers that defines these two, and a + number of other numerical constants. +
    + (WB 2002/09/12) +

    +
  2. New: base/config.h now exports the deal.II base directory through the -- 2.39.5