From: Timo Heister Date: Tue, 12 Feb 2013 15:37:29 +0000 (+0000) Subject: mark FEValues update flag as deprecated that has no use X-Git-Tag: v8.0.0~1356 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2b4ca622a844a929884e1de34fbbb8b82d5d386;p=dealii.git mark FEValues update flag as deprecated that has no use git-svn-id: https://svn.dealii.org/trunk@28329 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/fe_update_flags.h b/deal.II/include/deal.II/fe/fe_update_flags.h index 4b07fbc4e1..b604931fdb 100644 --- a/deal.II/include/deal.II/fe/fe_update_flags.h +++ b/deal.II/include/deal.II/fe/fe_update_flags.h @@ -183,8 +183,7 @@ enum UpdateFlags */ update_volume_elements = 0x4000, /** - * Update the location of the mapped generalized support points of - * the element. + * @deprecated: this flag has no effect. */ update_support_points = 0x10000, /**