From 2f62de22c217e58fc3e275af8a0496910aed6a0a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 20 Apr 2001 20:14:40 +0000 Subject: [PATCH] Add TODO comment. git-svn-id: https://svn.dealii.org/trunk@4459 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_accessor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index f76e883051..1ba5ee3523 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -28,6 +28,7 @@ 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 @@ -647,7 +648,7 @@ class TriaObjectAccessor : public TriaAccessor /** * Closure class to stop induction of classes. Should never be called and thus - * producesan error when created. + * produces an error when created. */ template class TriaObjectAccessor<0, dim> : public TriaAccessor -- 2.39.5