From: hartmann Date: Fri, 22 Dec 2000 15:21:11 +0000 (+0000) Subject: Correct copy-paste bug in FEQ4. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcfbc5fdf577fbfccb9ed46c61f8d5e5f6e109fb;p=dealii-svn.git Correct copy-paste bug in FEQ4. git-svn-id: https://svn.dealii.org/trunk@3594 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_lib.quartic.cc b/deal.II/deal.II/source/fe/fe_lib.quartic.cc index 184d2938b3..8e45532d87 100644 --- a/deal.II/deal.II/source/fe/fe_lib.quartic.cc +++ b/deal.II/deal.II/source/fe/fe_lib.quartic.cc @@ -2766,7 +2766,7 @@ void FEQ4<2>::get_face_support_points (const DoFHandler<2>::face_iterator &face, template <> FEQ4<3>::FEQ4 () : - FEQ1Mapping<3> (1, 2, 4, 8, 1, + FEQ1Mapping<3> (1, 3, 9, 27, 1, vector (1, false)) { Assert (false, ExcNotImplemented());