From: heister Date: Mon, 24 Feb 2014 19:27:14 +0000 (+0000) Subject: fix comment X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8ac76dfb75a26a85c82fdc5a56599bea8251509;p=dealii-svn.git fix comment git-svn-id: https://svn.dealii.org/trunk@32542 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/fe.h b/deal.II/include/deal.II/fe/fe.h index def12dd29c..c78bf30ac8 100644 --- a/deal.II/include/deal.II/fe/fe.h +++ b/deal.II/include/deal.II/fe/fe.h @@ -1372,7 +1372,7 @@ public: * requirement that they be one at a certain point and zero at all the * points associated with the other shape functions. * - * In composed elements (i.e. for the FESystem class, the result will be + * In composed elements (i.e. for the FESystem class), the result will be * true if all all the base elements have defined support points. */ bool has_support_points () const;