Compilation fix

This commit is contained in:
Hrvoje Jasak 2015-09-30 15:32:36 +01:00
parent 49cfa1b7fe
commit 3afcca2ce9

View file

@ -43,7 +43,7 @@ Foam::autoPtr<Foam::BlockLduSmoother<Type> > Foam::BlockLduSmoother<Type>::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;