From fab2c5ca392cd6f5803902a752506c3ec09823df Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 12 Sep 2001 15:18:55 +0000 Subject: [PATCH] Actually delete the TODO. git-svn-id: https://svn.dealii.org/trunk@4983 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_values.h | 1 - 1 file changed, 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index 8f48a330b7..643b65b243 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -244,7 +244,6 @@ class FEValuesBase : protected FEValuesData * constructor of the derived * class. */ -//TODO:[GK] What is the meaning of the n_values_array? It is not used in the implementation FEValuesBase (const unsigned int n_q_points, const unsigned int dofs_per_cell, const UpdateFlags update_flags, -- 2.39.5