From f9b683f80f6f140e515f827e2d418cd88ac877eb Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 14 Dec 2000 10:37:56 +0000 Subject: [PATCH] Typo in doc git-svn-id: https://svn.dealii.org/trunk@3532 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/geometry_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/grid/geometry_info.h b/deal.II/deal.II/include/grid/geometry_info.h index 5e29548f95..008ccb3e38 100644 --- a/deal.II/deal.II/include/grid/geometry_info.h +++ b/deal.II/deal.II/include/grid/geometry_info.h @@ -24,7 +24,7 @@ * This class contains as static members information on vertices and * faces of a @p{dim}-dimensional grid cell. The interface is the same * for all dimensions. If a value is of no use in a low dimensional - * cell, it is (correctly) set to zero, e.g. @p{sub_faces_per_cell} in + * cell, it is (correctly) set to zero, e.g. @p{subfaces_per_cell} in * 1d. * * This information should always replace hard-coded numbers of -- 2.39.5