From: Wolfgang Bangerth Date: Mon, 24 Feb 2003 17:37:54 +0000 (+0000) Subject: Fix comment. Add TODO: X-Git-Tag: v8.0.0~16851 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e0667db9b5d4f4f6ccab0074e4ff600f709714f;p=dealii.git 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 --- 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>(); };