Merge pull request #2534 from akva2/janitoring

remove unused lambda parameter
This commit is contained in:
Markus Blatt 2020-04-14 22:25:29 +02:00 committed by GitHub
commit 11b0a409d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ public:
if(weightsType == "quasiimpes") {
// weighs will be created as default in the solver
weightsCalculator =
[&mat, this, transpose, pressureIndex](){
[&mat, transpose, pressureIndex](){
return Opm::Amg::getQuasiImpesWeights<MatrixType,
VectorType>(
mat.istlMatrix(),