From: Wolfgang Bangerth Date: Mon, 23 Apr 2001 15:20:22 +0000 (+0000) Subject: Fix TODO. Did not seem to be important to merge the two files, and fix comment. X-Git-Tag: v8.0.0~19324 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7acabfb488047a09d6134f72b98452e964b86f8d;p=dealii.git Fix TODO. Did not seem to be important to merge the two files, and fix comment. git-svn-id: https://svn.dealii.org/trunk@4462 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index 1ba5ee3523..67fb34fae6 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -28,12 +28,10 @@ class Quad; class Hexahedron; -//TODO:[WB] comment outdated. include templates right into this file -// note: in non-debug mode, i.e. with optimizations, the file -// tria_accessor.templates.h is included at the end of this file. -// this includes a lot of templates and thus makes compilation -// slower, but at the same time allows for more aggressive -// inlining and thus faster code. +// note: the file tria_accessor.templates.h is included at the end of +// this file. this includes a lot of templates. originally, this was +// only done in debug mode, but led to cyclic reduction problems and +// so is now on by default. /** @@ -2016,7 +2014,8 @@ class CellAccessor : public TriaObjectAccessor /** * Exception */ - DeclException0 (ExcCellFlaggedForCoarsening); + DeclException0 (ExcCellFlaggedForCoarsening); + private: /** * Copy operator. This is normally