From: RAJAT ARORA Date: Sat, 2 Dec 2017 08:53:24 +0000 (-0500) Subject: Fix documentation for face support points in fe X-Git-Tag: v9.0.0-rc1~698^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6291312ea72a4076fc0fde15de9d52beda10d503;p=dealii.git Fix documentation for face support points in fe --- diff --git a/include/deal.II/fe/fe.h b/include/deal.II/fe/fe.h index a02a85085e..79e7ad5490 100644 --- a/include/deal.II/fe/fe.h +++ b/include/deal.II/fe/fe.h @@ -2007,7 +2007,7 @@ public: * If the finite element defines support points, then their number equals * the number of degrees of freedom on the face (#dofs_per_face). The order * of points in the array matches that returned by the - * cell->get_dof_indices function. + * cell->face(face)->get_dof_indices function. * * See the class documentation for details on support points. */