Compilation fix
This commit is contained in:
parent
d498d470dd
commit
13b4252038
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
|
const dictionary& dict
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
word smootherName = this->getName(dict);
|
word smootherName = getName(dict);
|
||||||
|
|
||||||
// Not (yet?) needed:
|
// Not (yet?) needed:
|
||||||
// const dictionary& controls = e.isDict() ? e.dict() : dictionary::null;
|
// const dictionary& controls = e.isDict() ? e.dict() : dictionary::null;
|
||||||
|
|
Reference in a new issue