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
No related merge requests found
...@@ -33,7 +33,7 @@ public: ...@@ -33,7 +33,7 @@ public:
NeumannBoundaryConditionLocalAssembler( NeumannBoundaryConditionLocalAssembler(
MeshLib::Element const& e, MeshLib::Element const& e,
std::size_t const local_matrix_size, std::size_t const local_matrix_size,
bool is_axially_symmetric, bool const is_axially_symmetric,
unsigned const integration_order, unsigned const integration_order,
Parameter<double> const& neumann_bc_parameter) Parameter<double> const& neumann_bc_parameter)
: Base(e, is_axially_symmetric, integration_order), : 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