From fd2a899b85a8dc44a91e2a320dc768ef860bf0f2 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Mon, 20 May 2019 14:55:07 +0200 Subject: [PATCH] [PL] PyST; Constify class member. --- ProcessLib/SourceTerms/Python/PythonSourceTermLocalAssembler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProcessLib/SourceTerms/Python/PythonSourceTermLocalAssembler.h b/ProcessLib/SourceTerms/Python/PythonSourceTermLocalAssembler.h index 99b41376e12..a9078ccc970 100644 --- a/ProcessLib/SourceTerms/Python/PythonSourceTermLocalAssembler.h +++ b/ProcessLib/SourceTerms/Python/PythonSourceTermLocalAssembler.h @@ -218,7 +218,7 @@ public: private: PythonSourceTermData const& _data; MeshLib::Element const& _element; - bool _is_axially_symmetric; + bool const _is_axially_symmetric; IntegrationMethod const _integration_method; std::vector< -- GitLab