From: Wolfgang Bangerth Date: Sat, 31 Dec 2022 05:03:00 +0000 (-0700) Subject: Fix a doc reference to a function argument. X-Git-Tag: v9.5.0-rc1~690^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8570b85b26df86824f5f20df6cf8b4afb12a33aa;p=dealii.git Fix a doc reference to a function argument. --- 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.