From: Martin Kronbichler Date: Mon, 13 Dec 2021 13:00:33 +0000 (+0100) Subject: Introduce backward compatibility layer X-Git-Tag: v9.4.0-rc1~740^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c7bd6058e0f68b9396b788f1830506d776b2d05;p=dealii.git Introduce backward compatibility layer --- diff --git a/include/deal.II/matrix_free/fe_evaluation_data.h b/include/deal.II/matrix_free/fe_evaluation_data.h index 436288bd90..32e84a9514 100644 --- a/include/deal.II/matrix_free/fe_evaluation_data.h +++ b/include/deal.II/matrix_free/fe_evaluation_data.h @@ -904,6 +904,17 @@ protected: }; +/** + * This class is equivalent to FEEvaluationData and exists merely for backward + * compatibility. + */ +template > +using FEEvaluationBaseData = + FEEvaluationData; + /*----------------------- Inline functions ----------------------------------*/