Clean-up of smoother selection

Conflicts:
	src/foam/matrices/blockLduMatrix/BlockLduSmoothers/BlockLduSmoother/BlockLduSmoother.C
This commit is contained in:
Hrvoje Jasak 2015-09-30 09:45:45 +01:00
parent 96829595a8
commit b1a280bb0c

View file

@ -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;