From: Wolfgang Bangerth Date: Tue, 27 Apr 2021 20:49:06 +0000 (-0600) Subject: Simplify use of a function in ReferenceCell. X-Git-Tag: v9.3.0-rc1~164^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12103%2Fhead;p=dealii.git Simplify use of a function in ReferenceCell. --- 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;