From: wolf Date: Wed, 12 Sep 2001 15:18:55 +0000 (+0000) Subject: Actually delete the TODO. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a83647034d5e94f6ce7cf83e06673478efd3c7d;p=dealii-svn.git Actually delete the TODO. git-svn-id: https://svn.dealii.org/trunk@4983 0785d39b-7218-0410-832d-ea1e28bc413d --- 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,