From: kanschat Date: Tue, 4 Sep 2007 04:59:04 +0000 (+0000) Subject: remove offensive documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b94ab8a5594739596b4c7208f663be836a8f061;p=dealii-svn.git remove offensive documentation git-svn-id: https://svn.dealii.org/trunk@15115 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 b847ccd549..3a1991c5ee 100644 --- a/deal.II/deal.II/include/grid/tria_object.h +++ b/deal.II/deal.II/include/grid/tria_object.h @@ -105,20 +105,10 @@ namespace internal */ int faces[GeometryInfo::faces_per_cell]; }; - - /** - * Legacy typedef. - */ +//TODO: Remove these after 08/2008 + typedef TriaObject<1> Line; - - /** - * Legacy typedef. - */ typedef TriaObject<2> Quad; - - /** - * Legacy typedef. - */ typedef TriaObject<3> Hexahedron; //----------------------------------------------------------------------//