Skip to content
Snippets Groups Projects
Commit 8ae355f9 authored by Christoph Lehmann's avatar Christoph Lehmann Committed by Dmitri Naumov
Browse files

[PL] Added const

parent 8eb17608
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,7 @@ std::size_t setIntegrationPointDataMaterialStateVariables(
auto const n_integration_points = ip_data_vector.size();
std::size_t position = 0;
for (auto& ip_data : ip_data_vector)
for (auto const& ip_data : ip_data_vector)
{
auto const values_span = get_values_span(*(ip_data.*member));
std::copy_n(values + position, values_span.size(), values_span.begin());
......
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