From 0d933386b214a04b33540b26eabd9d39f2478ce4 Mon Sep 17 00:00:00 2001 From: heister Date: Tue, 12 Feb 2013 15:37:29 +0000 Subject: [PATCH] mark FEValues update flag as deprecated that has no use git-svn-id: https://svn.dealii.org/trunk@28329 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_update_flags.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, /** -- 2.39.5