Skip to content
Snippets Groups Projects
Commit c0dbc11d authored by Dmitri Naumov's avatar Dmitri Naumov Committed by Tom Fischer
Browse files

[PL] HT; Constify HTFEM ctor parameter.

parent d25706b7
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment