Clean-up of smoother selection
Conflicts: src/foam/matrices/blockLduMatrix/BlockLduSmoothers/BlockLduSmoother/BlockLduSmoother.C
This commit is contained in:
parent
96829595a8
commit
b1a280bb0c
1 changed files with 4 additions and 0 deletions
|
@ -43,7 +43,11 @@ Foam::autoPtr<Foam::BlockLduSmoother<Type> > Foam::BlockLduSmoother<Type>::New
|
|||
const dictionary& dict
|
||||
)
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
word smootherName = getName(dict);
|
||||
=======
|
||||
word smootherName = this->getName(dict);
|
||||
>>>>>>> ac8bcf5... Clean-up of smoother selection
|
||||
|
||||
// Not (yet?) needed:
|
||||
// const dictionary& controls = e.isDict() ? e.dict() : dictionary::null;
|
||||
|
|
Reference in a new issue