From 2f6bbc6ff2bd514e133a0264cf5001d6d096343a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 27 Apr 2021 14:49:06 -0600 Subject: [PATCH] Simplify use of a function in ReferenceCell. --- include/deal.II/grid/reference_cell.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/grid/reference_cell.h b/include/deal.II/grid/reference_cell.h index acf6cf1b70..c132130ee0 100644 --- a/include/deal.II/grid/reference_cell.h +++ b/include/deal.II/grid/reference_cell.h @@ -169,7 +169,7 @@ public: * cell is a pyramid), or with FE_WedgeP (if the reference cell is * a wedge). */ - template + template std::unique_ptr> get_default_mapping(const unsigned int degree) const; @@ -184,7 +184,7 @@ public: * understood as $d$-linear (i.e., bilinear or trilinear) for some of the * coordinate directions. */ - template + template const Mapping & get_default_linear_mapping() const; -- 2.39.5