From f307f70bf54c242386f92b17f7f33cfe1f839fa2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 14 Mar 2001 14:16:34 +0000 Subject: [PATCH] Work around problems with gcc3. git-svn-id: https://svn.dealii.org/trunk@4201 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-1.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index 644cf75f46..ca4cccfd8f 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -174,6 +174,27 @@ documentation, etc.

deal.II

    +
  1. + We now unconditionally include + deal.II/include/grid/tria_accessor.templates.h + (which containts some inline functions for triangulation + accessor classes) into + deal.II/include/grid/tria_accessor.h to work + around a problem with gcc3.0 which does not place a copy of + these functions into the library. Previously we only included + the file in optimized mode. +
    + (RH 2001/03/14) +

    + +
  2. + The class GridReordering::Cell has + now a copy constructor to work around a bug in a gcc3.0 + snapshot. +
    + (RH, WB 2001/03/14) +

    +
  3. Changed: when refining a hexahedron in 3d, the rules by which the new vertices at the centers of the faces and at the center -- 2.39.5