From: wolf 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d43a2de23e44c9d5df72b87dc8f2d178d2a9c8e1;p=dealii-svn.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