diff --git a/src/foam/matrices/blockLduMatrix/BlockLduSmoothers/BlockLduSmoother/BlockLduSmoother.C b/src/foam/matrices/blockLduMatrix/BlockLduSmoothers/BlockLduSmoother/BlockLduSmoother.C index 32641edbb..056b11c52 100644 --- a/src/foam/matrices/blockLduMatrix/BlockLduSmoothers/BlockLduSmoother/BlockLduSmoother.C +++ b/src/foam/matrices/blockLduMatrix/BlockLduSmoothers/BlockLduSmoother/BlockLduSmoother.C @@ -43,7 +43,7 @@ Foam::autoPtr > Foam::BlockLduSmoother::New const dictionary& dict ) { - word smootherName = this->getName(dict); + word smootherName = getName(dict); // Not (yet?) needed: // const dictionary& controls = e.isDict() ? e.dict() : dictionary::null;