From 3afcca2ce9014a726f3870f761f088131a7a3925 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Wed, 30 Sep 2015 15:32:36 +0100 Subject: [PATCH] Compilation fix --- .../BlockLduSmoothers/BlockLduSmoother/BlockLduSmoother.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/foam/matrices/blockLduMatrix/BlockLduSmoothers/BlockLduSmoother/BlockLduSmoother.C b/src/foam/matrices/blockLduMatrix/BlockLduSmoothers/BlockLduSmoother/BlockLduSmoother.C index 63158ca35..4f9cc1e00 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;