remove unused lambda parameter

quells a compiler warning
This commit is contained in:
Arne Morten Kvarving 2020-04-14 14:17:41 +02:00
parent d72db978d6
commit ca697acc60

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(),