From 8570b85b26df86824f5f20df6cf8b4afb12a33aa Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 30 Dec 2022 22:03:00 -0700 Subject: [PATCH] Fix a doc reference to a function argument. --- include/deal.II/grid/reference_cell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/reference_cell.h b/include/deal.II/grid/reference_cell.h index af697b6d6a..8b1e58f97f 100644 --- a/include/deal.II/grid/reference_cell.h +++ b/include/deal.II/grid/reference_cell.h @@ -564,7 +564,7 @@ public: /** * Determine the orientation of the current entity described by its - * vertices @p vertices_1 relative to an entity described by @p var_0. + * vertices @p vertices_1 relative to an entity described by @p vertices_0. * The two arrays given as arguments can be arrays of global vertex * indices or local vertex indices, arrays of vertex locations, or * arrays of any other objects identifying the vertices. -- 2.39.5