From: Wolfgang Bangerth Date: Thu, 6 Sep 2007 02:32:12 +0000 (+0000) Subject: Re-add documentation removed in 15115. Leave a TODO that we want to eventually remove... X-Git-Tag: v8.0.0~9916 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b986d20a3f0b84481e031cde4bd8aae3c7705f48;p=dealii.git Re-add documentation removed in 15115. Leave a TODO that we want to eventually remove the typedefs. git-svn-id: https://svn.dealii.org/trunk@15132 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria_object.h b/deal.II/deal.II/include/grid/tria_object.h index 3a1991c5ee..2354a2a979 100644 --- a/deal.II/deal.II/include/grid/tria_object.h +++ b/deal.II/deal.II/include/grid/tria_object.h @@ -105,10 +105,21 @@ namespace internal */ int faces[GeometryInfo::faces_per_cell]; }; -//TODO: Remove these after 08/2008 - + +//TODO[WB]: remove these legacy typedefs + /** + * Legacy typedef. + */ typedef TriaObject<1> Line; + + /** + * Legacy typedef. + */ typedef TriaObject<2> Quad; + + /** + * Legacy typedef. + */ typedef TriaObject<3> Hexahedron; //----------------------------------------------------------------------//