From: Peter Munch Date: Thu, 23 Mar 2023 15:30:55 +0000 (+0100) Subject: Add missing inline X-Git-Tag: v9.5.0-rc1~426^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14956%2Fhead;p=dealii.git Add missing inline --- diff --git a/include/deal.II/matrix_free/fe_evaluation_data.h b/include/deal.II/matrix_free/fe_evaluation_data.h index 6d95401c63..330be4164c 100644 --- a/include/deal.II/matrix_free/fe_evaluation_data.h +++ b/include/deal.II/matrix_free/fe_evaluation_data.h @@ -1591,7 +1591,7 @@ FEEvaluationData::get_scratch_data() const template -std::uint8_t +inline std::uint8_t FEEvaluationData::get_face_no(const unsigned int v) const { Assert(is_face, ExcNotInitialized()); @@ -1617,7 +1617,7 @@ FEEvaluationData::get_subface_index() const template -std::uint8_t +inline std::uint8_t FEEvaluationData::get_face_orientation( const unsigned int v) const {