Added info on refinement selection constructor

This commit is contained in:
Hrvoje Jasak 2018-10-16 09:20:30 +01:00
parent 7fc3e1d6bb
commit e044a43866

View file

@ -65,6 +65,7 @@ Foam::autoPtr<Foam::refinementSelection> Foam::refinementSelection::New
// Get the name of the desired refinement selection algorithm
const word refinementSelectionTypeName(coeffDict.lookup("type"));
Info<< "Creating refinementSelection " << refinementSelectionTypeName << endl;
dictionaryConstructorTable::iterator cstrIter =
dictionaryConstructorTablePtr_->find(refinementSelectionTypeName);