From 0d0c3ada06043ae8fb4281aa8aee90a2a398550c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 8 Nov 2005 06:06:08 +0000 Subject: [PATCH] Augment docs. git-svn-id: https://svn.dealii.org/trunk@11731 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/persistent_tria.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deal.II/deal.II/include/grid/persistent_tria.h b/deal.II/deal.II/include/grid/persistent_tria.h index 9d3db9b630..249f0ee76b 100644 --- a/deal.II/deal.II/include/grid/persistent_tria.h +++ b/deal.II/deal.II/include/grid/persistent_tria.h @@ -152,13 +152,13 @@ class PersistentTriangulation : public Triangulation * grid is stepwise rebuilt using * the saved flags. * - * Note that this function will - * result in an error if the - * underlying triangulation is - * not empty, i.e. it will only - * succeed if this object is - * newly created or clear() - * was called on it before. + * Note that this function will result in + * an error if the underlying + * triangulation is not empty, i.e. it + * will only succeed if this object is + * newly created or the clear() + * function of the base class was called + * on it before. * * Repeatedly calls the * restore(unsigned int) -- 2.39.5