From c564e0929de8f5faa8ed0aae37f5981484dd3c4d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 23 Jul 1998 14:14:36 +0000 Subject: [PATCH] Doc amendment. git-svn-id: https://svn.dealii.org/trunk@456 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria.h | 3 +++ 1 file changed, 3 insertions(+) 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} -- 2.39.5