From 13b4252038df081306d6ee50a916f011ae55c462 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;