We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c28f94c commit e730ef3Copy full SHA for e730ef3
fem/newtonCF.cpp
@@ -365,8 +365,8 @@ class NewtonCF : public CoefficientFunction {
365
FlatArray<int> p(numeric_dim, lh);
366
FlatMatrix<> lhs(numeric_dim, numeric_dim, lh);
367
368
- const auto distribute_vec_to_blocks = [&](const auto &src,
369
- auto &dest) -> void {
+ const auto distribute_vec_to_blocks = [](const auto &src,
+ auto &dest) -> void {
370
371
/*
372
for (size_t qi : Range(mir)) {
0 commit comments