From: Wolfgang Bangerth Date: Sun, 1 Apr 2018 17:15:13 +0000 (-0600) Subject: Fix doc mistake. X-Git-Tag: v9.0.0-rc1~254^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6136%2Fhead;p=dealii.git Fix doc mistake. --- diff --git a/include/deal.II/fe/fe.h b/include/deal.II/fe/fe.h index e632908b56..0e75e243fa 100644 --- a/include/deal.II/fe/fe.h +++ b/include/deal.II/fe/fe.h @@ -1260,7 +1260,7 @@ public: /** - * Return the matrix interpolating from a face of of one element to the + * Return the matrix interpolating from a face of one element to the * subface of the neighboring element. The size of the matrix is then * source.#dofs_per_face times this->#dofs_per_face. *