From 9cbf59e669c530cf07b12866f272da43af398589 Mon Sep 17 00:00:00 2001 From: guido 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