mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2534 from akva2/janitoring
remove unused lambda parameter
This commit is contained in:
commit
11b0a409d1
@ -170,7 +170,7 @@ public:
|
|||||||
if(weightsType == "quasiimpes") {
|
if(weightsType == "quasiimpes") {
|
||||||
// weighs will be created as default in the solver
|
// weighs will be created as default in the solver
|
||||||
weightsCalculator =
|
weightsCalculator =
|
||||||
[&mat, this, transpose, pressureIndex](){
|
[&mat, transpose, pressureIndex](){
|
||||||
return Opm::Amg::getQuasiImpesWeights<MatrixType,
|
return Opm::Amg::getQuasiImpesWeights<MatrixType,
|
||||||
VectorType>(
|
VectorType>(
|
||||||
mat.istlMatrix(),
|
mat.istlMatrix(),
|
||||||
|
Loading…
Reference in New Issue
Block a user