From: wolf Date: Fri, 20 Apr 2001 20:14:40 +0000 (+0000) Subject: Add TODO comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=117be0498e8d037072e783f906e7bad45b212918;p=dealii-svn.git Add TODO comment. git-svn-id: https://svn.dealii.org/trunk@4459 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 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