Compilation fix
This commit is contained in:
parent
49cfa1b7fe
commit
3afcca2ce9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue