From: 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ed03419cf1a468abe6a419052fdde8a98f4e7fb;p=dealii-svn.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; //----------------------------------------------------------------------//