From: Wolfgang Bangerth Date: Wed, 13 Apr 2011 14:24:28 +0000 (+0000) Subject: Ack, wrong tag. X-Git-Tag: v8.0.0~4168 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b71342e9646b6f780d20ba86d5825a462ab6282;p=dealii.git Ack, wrong tag. git-svn-id: https://svn.dealii.org/trunk@23588 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/fe_nothing.h b/deal.II/include/deal.II/fe/fe_nothing.h index 88c308f615..63a46b3096 100644 --- a/deal.II/include/deal.II/fe/fe_nothing.h +++ b/deal.II/include/deal.II/fe/fe_nothing.h @@ -51,7 +51,7 @@ DEAL_II_NAMESPACE_OPEN * | 0 +----+----+ * | | 1 | | * +---------+----+----+ - * @encode + * @endcode * Here, 0 denotes an FE_Nothing cell, and 1 denotes some other * element type. The library has no difficulty computing the necessary * hanging node constraints in these cases (i.e. no constraint).