From: Wolfgang Bangerth Date: Thu, 23 Jul 1998 14:14:36 +0000 (+0000) Subject: Doc amendment. X-Git-Tag: v8.0.0~22798 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c564e0929de8f5faa8ed0aae37f5981484dd3c4d;p=dealii.git Doc amendment. git-svn-id: https://svn.dealii.org/trunk@456 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria.h b/deal.II/deal.II/include/grid/tria.h index d5a8a3fe0c..b86d428be4 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -856,6 +856,9 @@ class TriaDimensionInfo<2> { * upon refinement. In principle, all user pointers should be #NULL# pointers * at the time a line, quad, etc comes into life. #NULL# pointers are always * a good choice, since they raise an exception when being dereferenced. + * The usual warning about the missing type safety of #void# pointers are + * obviously in place here; responsibility for correctness of types etc + * lies entirely with the user of the pointer. * * * \subsection{Boundary approximation}