From 5dff2e48dea0e28cd1ee20c04c618840bab79c8a Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 28 Apr 2010 21:40:21 +0000 Subject: [PATCH] Remove member variables that are apparently unused. git-svn-id: https://svn.dealii.org/trunk@21049 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_values.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index e4d8148b75..5d1b482199 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -1289,26 +1289,6 @@ class FEValuesData */ std::vector > boundary_forms; - /** - * Array of the mapped support - * points, filled by Mapping. - */ - std::vector > support_points; - - /** - * Array of the Jacobian of the - * mapping in the support points, - * filled by Mapping. - */ - HessianVector support_jacobians; - - /** - * Array of the inverse Jacobian of the - * mapping in the support points, - * filled by Mapping. - */ - HessianVector support_inverse_jacobians; - /** * Indicate the first row which a * given shape function occupies -- 2.39.5