From: Wolfgang Bangerth Date: Thu, 16 Aug 2001 11:16:03 +0000 (+0000) Subject: The good reason to have the classes distinct is probably that we want X-Git-Tag: v8.0.0~18912 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a51ad379cea1d812c4cc12e2b9db95dea6437df3;p=dealii.git The good reason to have the classes distinct is probably that we want to have the == operator in the base class not compare all the complicated and long fields, but just the simple ones. git-svn-id: https://svn.dealii.org/trunk@4886 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_base.h b/deal.II/deal.II/include/fe/fe_base.h index 8b937561a1..f84c4f2064 100644 --- a/deal.II/deal.II/include/fe/fe_base.h +++ b/deal.II/deal.II/include/fe/fe_base.h @@ -193,7 +193,7 @@ class FiniteElementData }; -//TODO:[WB] Unify FiniteElementBase with FiniteElement? There is no clear distinction between the two + /** * Base class for finite elements in arbitrary dimensions. This class