From 8bada33abfe24b33beca8bc0dc1262f492c66dd5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 10 Feb 2011 15:19:06 +0000 Subject: [PATCH] Documentation updates. git-svn-id: https://svn.dealii.org/trunk@23324 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/tria.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/grid/tria.h b/deal.II/include/deal.II/grid/tria.h index b359baac70..261079c22c 100644 --- a/deal.II/include/deal.II/grid/tria.h +++ b/deal.II/include/deal.II/grid/tria.h @@ -1745,7 +1745,9 @@ class Triangulation : public Subscriptor * case ignoring the exception is * probably unwise. * - * @note: The check for distorted + * @note This function is used in step-14 . + * + * @note The check for distorted * cells is only done if * dim==spacedim, as otherwise * cells can legitimately be -- 2.39.5