From 8119aca9d9366bf4925feffd48fec7c9b01133d4 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 24 Feb 2003 17:37:54 +0000 Subject: [PATCH] Fix comment. Add TODO: //TODO: not true. this is what presently fails our "shapes" testcase git-svn-id: https://svn.dealii.org/trunk@7234 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_nedelec.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/fe/fe_nedelec.cc b/deal.II/deal.II/source/fe/fe_nedelec.cc index c3f9540c10..4ffce762b0 100644 --- a/deal.II/deal.II/source/fe/fe_nedelec.cc +++ b/deal.II/deal.II/source/fe/fe_nedelec.cc @@ -576,9 +576,10 @@ FE_Nedelec::shape_grad_grad_component (const unsigned int i, // first order Nedelec // elements. their second // derivatives on the - // unit cell are zero + // unit cell are linear case 1: { +//TODO: not true. this is what presently fails our "shapes" testcase return Tensor<2,dim>(); }; -- 2.39.5