From 60f1710c06a1da9dec555404128a0472a8b05afa Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 11 Dec 2008 21:00:32 +0000 Subject: [PATCH] Remove a field no longer needed. git-svn-id: https://svn.dealii.org/trunk@17917 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_values.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index 7db7168b74..fa4a4b5eae 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -256,12 +256,6 @@ namespace FEValuesViews */ const unsigned int component; - /** - * For each shape function, store - * whether it is primitive. - */ - std::vector is_primitive; - /** * For each shape function, store * whether the selected vector -- 2.39.5