From c0dbc11da576d97491173dd8b7d8a4a5e2ca1a8a Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Mon, 20 May 2019 14:58:51 +0200 Subject: [PATCH] [PL] HT; Constify HTFEM ctor parameter. --- ProcessLib/HT/HTFEM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProcessLib/HT/HTFEM.h b/ProcessLib/HT/HTFEM.h index 86903ca1f9f..b85c2680642 100644 --- a/ProcessLib/HT/HTFEM.h +++ b/ProcessLib/HT/HTFEM.h @@ -82,7 +82,7 @@ class HTFEM : public HTLocalAssemblerInterface public: HTFEM(MeshLib::Element const& element, std::size_t const local_matrix_size, - bool is_axially_symmetric, + bool const is_axially_symmetric, unsigned const integration_order, HTMaterialProperties const& material_properties, const unsigned dof_per_node) -- GitLab