From: Wolfgang Bangerth Date: Mon, 26 Nov 2001 14:53:24 +0000 (+0000) Subject: Fix comment. X-Git-Tag: v8.0.0~18564 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7109b1032e7079647dd5a22ad88dd396c46af55f;p=dealii.git Fix comment. git-svn-id: https://svn.dealii.org/trunk@5270 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/persistent_tria.h b/deal.II/deal.II/include/grid/persistent_tria.h index 857a0abc68..6c64d3196f 100644 --- a/deal.II/deal.II/include/grid/persistent_tria.h +++ b/deal.II/deal.II/include/grid/persistent_tria.h @@ -103,7 +103,7 @@ class PersistentTriangulation : public Triangulation * coarse grid in future. Copy smoothing * flags, etc from that grid as well. * Note that the initial state of the - * triangulation is empty, unless + * triangulation is empty, until * @p{restore_grid} is called for the * first time. *