From a51ad379cea1d812c4cc12e2b9db95dea6437df3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Aug 2001 11:16:03 +0000 Subject: [PATCH] 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 --- deal.II/deal.II/include/fe/fe_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5