Skip to content
Snippets Groups Projects
Commit 209cc657 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL] BC; Constify a function argument.

parent b7871366
No related branches found
No related tags found
1 merge request!2378Small fixes.
......@@ -33,7 +33,7 @@ public:
NeumannBoundaryConditionLocalAssembler(
MeshLib::Element const& e,
std::size_t const local_matrix_size,
bool is_axially_symmetric,
bool const is_axially_symmetric,
unsigned const integration_order,
Parameter<double> const& neumann_bc_parameter)
: Base(e, is_axially_symmetric, integration_order),
......
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